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
This commit is contained in:
Manolo Gouy 2011-02-19 18:03:43 +00:00
parent ece0c2a57b
commit 601e2a5e3d

View File

@ -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) {