summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-02-19 18:03:43 +0000
committerManolo Gouy <Manolo>2011-02-19 18:03:43 +0000
commit601e2a5e3dca07f5c760006106a41b3981000702 (patch)
tree51c34e4136ae44c9470af7174cb726ddf38da47f
parentece0c2a57b2f21c649ba1d61d08fe6fafc029e86 (diff)
Fix STR #2564: X11 preferred font encoding should now be iso10646-1.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8446 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/fl_font_x.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fl_font_x.cxx b/src/fl_font_x.cxx
index 46f7eeefd..646cbd281 100644
--- a/src/fl_font_x.cxx
+++ b/src/fl_font_x.cxx
@@ -108,7 +108,8 @@ char* fl_find_fontsize(char* name) {
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) {