]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/fontutil.cpp
corrected redraw problems with native controls
[wxWidgets.git] / src / unix / fontutil.cpp
index 9b0395e839e8a0c925e3bfc960671989d8a6cc5b..f3a7778e52b5282c078597f759e8f9ca04c032e1 100644 (file)
@@ -183,6 +183,13 @@ bool wxGetNativeFontEncoding(wxFontEncoding encoding,
             }
             break;
 
+        case wxFONTENCODING_UTF8:
+            // FIXME: this is probably false, but this is how they are called on
+            //        my system and I don't know what the standard XFLD is (VZ)
+            info->xregistry = wxT("iso646.1991");
+            info->xencoding = wxT("*");
+            break;
+
         case wxFONTENCODING_KOI8:
             info->xregistry = wxT("koi8");