From: simon Date: Sat, 24 Sep 2005 18:24:25 +0000 (+0000) Subject: Correct copy and paste error. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/commitdiff_plain/2d50ebfa6950f4225604f77c443cf4d2443c988b Correct copy and paste error. git-svn-id: svn://svn.tartarus.org/sgt/charset@6354 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/localenc.c b/localenc.c index 869579c..f19c178 100644 --- a/localenc.c +++ b/localenc.c @@ -104,7 +104,7 @@ static const struct { { "EUC-CN", CS_EUC_CN, 1 }, { "EUC-KR", CS_EUC_KR, 1 }, { "EUC-JP", CS_EUC_JP, 1 }, - { "EUC-JP", CS_EUC_TW, 1 }, + { "EUC-TW", CS_EUC_TW, 1 }, { "ISO-2022-JP", CS_ISO2022_JP, 1 }, { "ISO-2022-KR", CS_ISO2022_KR, 1 }, { "Big5", CS_BIG5, 1 },