Synch to No Gnus 200409210948.
authoryamaoka <yamaoka>
Tue, 21 Sep 2004 11:57:23 +0000 (11:57 +0000)
committeryamaoka <yamaoka>
Tue, 21 Sep 2004 11:57:23 +0000 (11:57 +0000)
lisp/ChangeLog
lisp/mm-util.el

index b8583b0..5ade234 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-20  Simon Josefsson  <jas@extundo.com>
+
+       * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
+       "utf-16-le".
+
 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * uudecode.el (uudecode-use-external): Add :version.
index d7b9682..50f0bca 100644 (file)
@@ -163,6 +163,10 @@ system object in XEmacs."
               (mm-coding-system-p 'cp1250))
          '((windows-1250 . cp1250)))
     ;; A Microsoft misunderstanding.
+    ,@(if (and (not (mm-coding-system-p 'unicode))
+              (mm-coding-system-p 'utf-16-le))
+         '((unicode . utf-16-le)))
+    ;; A Microsoft misunderstanding.
     ,@(unless (mm-coding-system-p 'ks_c_5601-1987)
        (if (mm-coding-system-p 'cp949)
            '((ks_c_5601-1987 . cp949))