fixed Cyrillic encodings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2000-10-11 21:45:39 +00:00
parent f5a7a9e1a9
commit 8a3f08bc6f

View File

@ -358,15 +358,6 @@ static wxFontEncoding
},
// Cyrillic
{
/* unix */ {wxFONTENCODING_ISO8859_13, wxFONTENCODING_ISO8859_4,
wxFONTENCODING_ISO8859_15, wxFONTENCODING_ISO8859_1, STOP},
/* windows */ {wxFONTENCODING_CP1257, wxFONTENCODING_CP1252, STOP},
/* os2 */ {STOP},
/* mac */ {STOP}
},
// Russia and other KOI-8 users:
{
/* unix */ {wxFONTENCODING_KOI8, wxFONTENCODING_ISO8859_5, STOP},
/* windows */ {wxFONTENCODING_CP1251, STOP},