Add CP932, CP936, CP949 and CP950 to the charset map

Dmitry Timoshkov dmitry at baikal.ru
Tue Mar 30 01:16:27 CST 2004


Hello,

Tom kindly pointed out to this page describing different
charsets: http://www.jbrowse.com/text/charsets.html

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add CP932, CP936, CP949 and CP950 to the charset map.

--- cvs/hq/wine/dlls/kernel/locale.c	Tue Mar 30 00:14:46 2004
+++ wine/dlls/kernel/locale.c	Tue Mar 30 07:08:18 2004
@@ -71,6 +71,10 @@ static const struct charset_entry
     { "CP1256", 1256 },
     { "CP1257", 1257 },
     { "CP1258", 1258 },
+    { "CP932", 932 },
+    { "CP936", 936 },
+    { "CP949", 949 },
+    { "CP950", 950 },
     { "EUCJP", 20932 },
     { "GB2312", 936 },
     { "IBM037", 37 },






More information about the wine-patches mailing list