Added support for iso8859-16 charset.

oldstable
Alexandre Julliard 2005-03-08 16:46:54 +00:00
parent 214b897bcd
commit 484ef02aab
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ static const SuffixCharset sufch_iso8859[] = {
{ "13", BALTIC_CHARSET, 28603, X11DRV_CPTABLE_SBCS },
{ "14", CELTIC_CHARSET, 28604, X11DRV_CPTABLE_SBCS },
{ "15", ANSI_CHARSET, 28605, X11DRV_CPTABLE_SBCS },
{ "16", ISO3_CHARSET, 28606, X11DRV_CPTABLE_SBCS },
{ NULL, ANSI_CHARSET, 1252, X11DRV_CPTABLE_SBCS }};
static const SuffixCharset sufch_microsoft[] = {