Add Traditional Chinese Big5 and Simplified Chinese GBK mappings.

This commit is contained in:
Dmitry Timoshkov 2004-03-29 22:55:46 +00:00 committed by Alexandre Julliard
parent 2504ac59b4
commit 9c637f4322
1 changed files with 2 additions and 0 deletions

View File

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