From df94673b6136b83b517cf360865791006d9311dc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 2 Mar 2016 10:53:25 +0000 Subject: 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 --- FL/fl_utf8.h | 6 +++--- 1 file 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 # 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 # include @@ -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 -- cgit v1.2.3