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

oldstable
Dmitry Timoshkov 2004-03-30 20:38:24 +00:00 committed by Alexandre Julliard
parent 44ef9a1f07
commit 96db7b27f8
1 changed files with 4 additions and 0 deletions

View File

@ -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 },