X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/blobdiff_plain/c6d25d8d73da77087aa3e413af2ae72f6300891f..9b7e7a9270e9749c6c86bd70ea98377d0d0a9003:/xenc.c diff --git a/xenc.c b/xenc.c index 5359b16..d27dafb 100644 --- a/xenc.c +++ b/xenc.c @@ -23,6 +23,7 @@ static const struct { * canonical and will be returned when translating the id to a * string. */ + { "iso646.1991-irv", CS_ASCII }, { "iso8859-1", CS_ISO8859_1 }, { "iso8859-2", CS_ISO8859_2 }, { "iso8859-3", CS_ISO8859_3 }, @@ -39,6 +40,7 @@ static const struct { { "fcd8859-15", CS_ISO8859_15 }, { "hp-roman8", CS_HP_ROMAN8 }, { "koi8-r", CS_KOI8_R }, + { "jisx0201.1976-0", CS_JISX0201 }, /* * Unofficial encoding names found in the wild. */ @@ -46,6 +48,7 @@ static const struct { { "koi8-u", CS_KOI8_U }, { "ibm-cp437", CS_CP437 }, { "ibm-cp850", CS_CP850 }, + { "ibm-cp866", CS_CP866 }, { "microsoft-cp1250", CS_CP1250 }, { "microsoft-cp1251", CS_CP1251 }, { "microsoft-cp1252", CS_CP1252 },