X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f139dfe8e34630022fdf133165303b42a36661a9..ef3a5e0aae003c29941c7d41ed6becea4287752d:/src/unix/fontutil.cpp?ds=inline diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index d4a2c71f11..f190de22b6 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -192,16 +192,14 @@ 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->xregistry = wxT("iso10646"); info->xencoding = wxT("*"); break; case wxFONTENCODING_KOI8: info->xregistry = wxT("koi8"); - // we don't make distinction between koi8-r and koi8-u (so far) + // we don't make distinction between koi8-r, koi8-u and koi8-ru (so far) info->xencoding = wxT("*"); break; @@ -278,7 +276,9 @@ wxNativeFont wxLoadQueryNearestFont(int pointSize, if ( !wxGetNativeFontEncoding(encoding, &info) || !wxTestFontEncoding(info) ) { +#if wxUSE_FONTMAP if ( !wxTheFontMapper->GetAltForEncoding(encoding, &info) ) +#endif // wxUSE_FONTMAP { // unspported encoding - replace it with the default //