]> granicus.if.org Git - neomutt/commitdiff
Some more strange character set aliaes.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 13 Feb 2001 23:42:29 +0000 (23:42 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 13 Feb 2001 23:42:29 +0000 (23:42 +0000)
charset.c

index b26cf6e3cdd5334b465f07dad8e36d9878a5ff2d..a91f23f11cc32d471228aa6f1462f4a824b00d28 100644 (file)
--- 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 <mutt-dev@mutt.org>. 
    */
 
+
+  
   /* 
    * David Champion <dgc@uchicago.edu> 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            }