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:
@@ -358,15 +358,6 @@ static wxFontEncoding
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Cyrillic
|
// 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},
|
/* unix */ {wxFONTENCODING_KOI8, wxFONTENCODING_ISO8859_5, STOP},
|
||||||
/* windows */ {wxFONTENCODING_CP1251, STOP},
|
/* windows */ {wxFONTENCODING_CP1251, STOP},
|
||||||
|
Reference in New Issue
Block a user