diff options
Diffstat (limited to 'src/fl_encoding_latin1.cxx')
| -rw-r--r-- | src/fl_encoding_latin1.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_encoding_latin1.cxx b/src/fl_encoding_latin1.cxx index 5191b69d4..5f2aa7af3 100644 --- a/src/fl_encoding_latin1.cxx +++ b/src/fl_encoding_latin1.cxx @@ -30,8 +30,8 @@ #include <stdlib.h> #include "flstring.h" -#ifdef __APPLE__
-
+#ifdef __APPLE__ + // These function assume a western code page. If you need to support // scripts that are not part of this code page, you might want to // take a look at FLTK2, which uses utf8 for text encoding. |
