summaryrefslogtreecommitdiff
path: root/FL/fl_utf8.h
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-02 10:53:25 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-02 10:53:25 +0000
commitdf94673b6136b83b517cf360865791006d9311dc (patch)
treebeafa00591641a6438eb626f8d8142cfab8be8b4 /FL/fl_utf8.h
parent53859c584f203b11b9a3a9cd5600e938421f2f36 (diff)
Fix C++ comment in C header file + typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11265 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_utf8.h')
-rw-r--r--FL/fl_utf8.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h
index c4b3d6ec3..b8247f006 100644
--- a/FL/fl_utf8.h
+++ b/FL/fl_utf8.h
@@ -61,9 +61,9 @@
# include <wchar.h>
# define xchar wchar_t
#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: include utf8 support files and define utf8 types"
+# pragma message "FL_PORTING: include UTF-8 support files and define UTF-8 types"
# define xchar unsigned short
-// TODO: the condition below is not portable!
+/* TODO: the condition below is not portable! */
#else /* X11 */
# include <sys/types.h>
# include <sys/stat.h>
@@ -168,7 +168,7 @@ FL_EXPORT char *fl_locale_to_utf8(const char *s, int len, unsigned int codepage)
#elif defined(__APPLE__) /* PORTME: Fl_Screen_Driver ? - platform text encoding and conversion */
/* not needed */
#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: do you want to be able to convert from a local charset to utf8?"
+# pragma message "FL_PORTING: do you want to be able to convert from a local charset to UTF-8?"
#else /* X11 */
/* not needed */
#endif