Add Traditional Chinese Big5 and Simplified Chinese GBK mappings

Dmitry Timoshkov dmitry at baikal.ru
Mon Mar 29 00:57:42 CST 2004


Hello,

does anybody know charset names for Japanese Shift-JIS and
Korean Unified Hangul?

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add Traditional Chinese Big5 and Simplified Chinese GBK mappings.

--- cvs/hq/wine/dlls/kernel/locale.c	Wed Mar 24 02:50:46 2004
+++ wine/dlls/kernel/locale.c	Mon Mar 29 06:39:58 2004
@@ -61,6 +61,7 @@ static const struct charset_entry
     UINT        codepage;
 } charset_names[] =
 {
+    { "BIG5", 950 },
     { "CP1250", 1250 },
     { "CP1251", 1251 },
     { "CP1252", 1252 },
@@ -71,6 +72,7 @@ static const struct charset_entry
     { "CP1257", 1257 },
     { "CP1258", 1258 },
     { "EUCJP", 20932 },
+    { "GB2312", 936 },
     { "IBM037", 37 },
     { "IBM1026", 1026 },
     { "IBM424", 424 },






More information about the wine-patches mailing list