Author: manolo
Date: 2011-02-19 10:03:43 -0800 (Sat, 19 Feb 2011)
New Revision: 8446
Log:
Fix STR #2564: X11 preferred font encoding should now be iso10646-1.
Modified:
branches/branch-1.3/src/fl_font_x.cxx
Modified: branches/branch-1.3/src/fl_font_x.cxx
===================================================================
--- branches/branch-1.3/src/fl_font_x.cxx 2011-02-19 13:01:45 UTC (rev
8445)
+++ branches/branch-1.3/src/fl_font_x.cxx 2011-02-19 18:03:43 UTC (rev
8446)
@@ -108,7 +108,8 @@
return r;
}
-const char* fl_encoding = "iso8859-1";
+//const char* fl_encoding = "iso8859-1";
+const char* fl_encoding = "iso10646-1";
// return true if this matches fl_encoding:
int fl_correct_encoding(const char* name) {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit