Commit f55637dc authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Don't allow unsupported codepages as Unix codepage.

parent 5b4bdb9f
......@@ -461,7 +461,7 @@ static const struct { const char *name; UINT cp; } charset_names[] =
{ "GBK", 936 },
{ "IBM037", 37 },
{ "IBM1026", 1026 },
{ "IBM424", 424 },
{ "IBM424", 20424 },
{ "IBM437", 437 },
{ "IBM500", 500 },
{ "IBM850", 850 },
......@@ -479,12 +479,8 @@ static const struct { const char *name; UINT cp; } charset_names[] =
{ "IBM874", 874 },
{ "IBM875", 875 },
{ "ISO88591", 28591 },
{ "ISO885910", 28600 },
{ "ISO885911", 28601 },
{ "ISO885913", 28603 },
{ "ISO885914", 28604 },
{ "ISO885915", 28605 },
{ "ISO885916", 28606 },
{ "ISO88592", 28592 },
{ "ISO88593", 28593 },
{ "ISO88594", 28594 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment