From: ben Date: Sat, 17 Sep 2005 10:49:51 +0000 (+0000) Subject: TIS-620 is equivalent to ISO 8859-11, so map the MIME name for the former to X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/commitdiff_plain/b8aed8e3054ba065f8ae5edc46af7369cea8578a TIS-620 is equivalent to ISO 8859-11, so map the MIME name for the former to the latter. git-svn-id: svn://svn.tartarus.org/sgt/charset@6316 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mimeenc.c b/mimeenc.c index 4751923..ad68da1 100644 --- a/mimeenc.c +++ b/mimeenc.c @@ -132,6 +132,8 @@ static const struct { { "csISOLatin6", CS_ISO8859_10 }, { "latin6", CS_ISO8859_10 }, + { "TIS-620", CS_ISO8859_11 }, + { "ISO-8859-13", CS_ISO8859_13 }, { "ISO8859-13", CS_ISO8859_13 }, /* WILD */