some stupid attempts to make utf8 work - it doesn't, but the code does no harm and could be useful in the future

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-02-08 18:11:36 +00:00
parent cce442ba7c
commit bb84929ec5
4 changed files with 31 additions and 10 deletions

View 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");