Commit 484ef02a authored by Alexandre Julliard's avatar Alexandre Julliard

Added support for iso8859-16 charset.

parent 214b897b
...@@ -138,6 +138,7 @@ static const SuffixCharset sufch_iso8859[] = { ...@@ -138,6 +138,7 @@ static const SuffixCharset sufch_iso8859[] = {
{ "13", BALTIC_CHARSET, 28603, X11DRV_CPTABLE_SBCS }, { "13", BALTIC_CHARSET, 28603, X11DRV_CPTABLE_SBCS },
{ "14", CELTIC_CHARSET, 28604, X11DRV_CPTABLE_SBCS }, { "14", CELTIC_CHARSET, 28604, X11DRV_CPTABLE_SBCS },
{ "15", ANSI_CHARSET, 28605, X11DRV_CPTABLE_SBCS }, { "15", ANSI_CHARSET, 28605, X11DRV_CPTABLE_SBCS },
{ "16", ISO3_CHARSET, 28606, X11DRV_CPTABLE_SBCS },
{ NULL, ANSI_CHARSET, 1252, X11DRV_CPTABLE_SBCS }}; { NULL, ANSI_CHARSET, 1252, X11DRV_CPTABLE_SBCS }};
static const SuffixCharset sufch_microsoft[] = { static const SuffixCharset sufch_microsoft[] = {
......
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