From: simon Date: Fri, 17 Apr 2009 17:35:57 +0000 (+0000) Subject: I've just seen the MIME charset name 'x-sjis' in the wild. Add it to X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/commitdiff_plain/3e6cbe41ca507a8d3089e0ab9f19a6b0e480e0f0 I've just seen the MIME charset name 'x-sjis' in the wild. Add it to the list. git-svn-id: svn://svn.tartarus.org/sgt/charset@8498 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mimeenc.c b/mimeenc.c index d3471d0..b193374 100644 --- a/mimeenc.c +++ b/mimeenc.c @@ -272,6 +272,7 @@ static const struct { { "Shift_JIS", CS_SHIFT_JIS }, { "MS_Kanji", CS_SHIFT_JIS }, { "csShiftJIS", CS_SHIFT_JIS }, + { "x-sjis", CS_SHIFT_JIS }, /* WILD */ { "HZ-GB-2312", CS_HZ },