summaryrefslogtreecommitdiff
path: root/src/xutf8/fl_wcwidth.c
AgeCommit message (Collapse)Author
2010-04-19tweaked fl_wcwidth.c and mk_wcwidth.c to remove system wchar_tengelsman
commented out, or replaced, wchar_t with unsigned int. commented out unused functions from mk_wcwidth.c. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7536 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-04-18tweaked fl_wcwidth.c and mk_wcwidth.c to supercede system wchar_tengelsman
fl_wcwidth.c has a typedef unsigned int wchar_t; and mk_wcwidth.c has an #if 0 to stop #include <wchar.h> git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7530 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-04-18vanilla version of Markus Kuhn's wcwidth.c plus wrapper codeengelsman
wcwidth() function required to give column widths for UTF-8 and is required from solving remaining parts of STR-2158 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7529 ea41ed52-d2ee-0310-a9c1-e6b18d33e121