From: Thomas Roessler Date: Tue, 13 Feb 2001 23:42:29 +0000 (+0000) Subject: Some more strange character set aliaes. X-Git-Tag: mutt-1-3-16-rel~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ffc0ff81e968ed470c448978a0a4775a7b6f60;p=mutt Some more strange character set aliaes. --- diff --git a/charset.c b/charset.c index b26cf6e3..a91f23f1 100644 --- a/charset.c +++ b/charset.c @@ -150,7 +150,8 @@ PreferredMIMENames[] = { "Extended_UNIX_Code_Packed_Format_for_Japanese", "EUC-JP" }, - { "csEUCPkdFmtJapanese", "EUC-JP" }, + { "csEUCPkdFmtJapanese", + "EUC-JP" }, { "csGB2312", "gb2312" }, { "csbig5", "big5" }, @@ -177,6 +178,8 @@ PreferredMIMENames[] = * submit a patch to . */ + + /* * David Champion has observed this with * nl_langinfo under SunOS 5.8. @@ -184,6 +187,19 @@ PreferredMIMENames[] = { "646", "us-ascii" }, + /* + * http://www.sun.com/software/white-papers/wp-unicode/ + */ + + { "eucJP", "euc-jp" }, + { "PCK", "Shift_JIS" }, + { "ko_KR-euc", "euc-kr" }, + { "zh_TW-big5", "big5" }, + + + + + /* End of aliases. Please keep this line last. */ { NULL, NULL }