From 601e2a5e3dca07f5c760006106a41b3981000702 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 19 Feb 2011 18:03:43 +0000 Subject: 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 --- src/fl_font_x.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3