X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eda22ec3a2d70fe178a194fe58804fceacb15f4c..c6e62f74fcac5b62889b59e7ce7a41d0ce884d7b:/src/common/encconv.cpp diff --git a/src/common/encconv.cpp b/src/common/encconv.cpp index 3fe70498a4..9a1c486728 100644 --- a/src/common/encconv.cpp +++ b/src/common/encconv.cpp @@ -354,7 +354,15 @@ static wxFontEncoding // Cyrillic { - /* unix */ {wxFONTENCODING_ISO8859_5, STOP}, + /* unix */ {wxFONTENCODING_ISO8859_13, wxFONTENCODING_ISO8859_4, STOP}, + /* windows */ {wxFONTENCODING_CP1257, STOP}, + /* os2 */ {STOP}, + /* mac */ {STOP} + }, + + // Russia and other KOI-8 users: + { + /* unix */ {wxFONTENCODING_KOI8, wxFONTENCODING_ISO8859_5, STOP}, /* windows */ {wxFONTENCODING_CP1251, STOP}, /* os2 */ {STOP}, /* mac */ {STOP}