X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c49baf214ccd8b3330c2910b19246d767e7344d..2aeec9ecccdb1b051848768f45a4ac1859ded5f3:/src/unix/fontutil.cpp diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index 9b0395e839..f3a7778e52 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -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");