From: Václav Slavík <vslavik@fastmail.fm>
Date: Sat, 8 Jan 2000 23:44:49 +0000 (+0000)
Subject: Borland #include hack
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b61656e64355ba7bf4e2fd98e007512e3312c48

Borland #include hack


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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}