mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 02:50:29 +00:00
Add CP932, CP936, CP949 and CP950 to the charset map.
This commit is contained in:
parent
44ef9a1f07
commit
96db7b27f8
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user