summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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