diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-04-09 10:42:17 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-04-09 10:42:17 +0000 |
| commit | d56e2ec9f05d97c3c8834404b32f51201c2b688e (patch) | |
| tree | e0bc5d3b6c20bc2e79d0dff8432192d6327740ef /FL/fl_utf8.h | |
| parent | 72ced0ddd3f02548e978b51891d155eff1245a4e (diff) | |
Fix typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11560 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_utf8.h')
| -rw-r--r-- | FL/fl_utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h index 5bce88b3a..ca4ac27e9 100644 --- a/FL/fl_utf8.h +++ b/FL/fl_utf8.h @@ -104,7 +104,7 @@ FL_EXPORT int fl_utf8test(const char *src, unsigned len); * for internal use only */ FL_EXPORT int fl_wcwidth_(unsigned int ucs); -/* XX: return width of utf-8 character string in columns. +/* XX: return width of UTF-8 character string in columns. * NOTE: this may also do C1 control character (0x80 to 0x9f) to CP1252 mapping, * depending on original build options */ FL_EXPORT int fl_wcwidth(const char *src); |
