]> git.saurik.com Git - wxWidgets.git/commitdiff
Borland #include hack
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Jan 2000 23:44:49 +0000 (23:44 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 8 Jan 2000 23:44:49 +0000 (23:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/encconv.cpp

index 3fe70498a47e6528747c95dba345f1bdc74955e3..9a1c4867285668feaa74590d18a490bfc0c55d2d 100644 (file)
@@ -354,7 +354,15 @@ static wxFontEncoding
 
     // Cyrillic
     {
 
     // 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}   
         /* windows */ {wxFONTENCODING_CP1251, STOP},
         /* os2     */ {STOP},
         /* mac     */ {STOP}