2000-12-14 13:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 14 Dec 2000 18:38:35 +0000 (18:38 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 14 Dec 2000 18:38:35 +0000 (18:38 +0000)
* mm-util.el (mm-charset-synonym-alist): Add cn-gb.

lisp/ChangeLog
lisp/mm-util.el

index b6357b5..9975ce9 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
+
 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
index 869a757..78ab290 100644 (file)
 (defvar mm-charset-synonym-alist
   '((big5 . cn-big5)
     (gb2312 . cn-gb-2312)
+    (cn-gb . cn-gb-2312)
     (x-ctext . ctext))
   "A mapping from invalid charset names to the real charset names.")