2001-09-29 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 29 Sep 2001 17:05:41 +0000 (17:05 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 29 Sep 2001 17:05:41 +0000 (17:05 +0000)
* mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
utf-8, not eight-bit-control.

lisp/ChangeLog
lisp/mm-util.el

index e9497f7..c568b0b 100644 (file)
@@ -1,5 +1,8 @@
 2001-09-29  Simon Josefsson  <jas@extundo.com>
 
+       * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
+       utf-8, not eight-bit-control.
+
        * imap.el (imap-shell-host, imap-default-user, imap-use-utf7) 
        (imap-log, imap-debug): Custom.
        (imap-log-buffer, imap-debug-buffer): New constants.
index 3b7581d..cd626a9 100644 (file)
@@ -77,7 +77,9 @@
             (not (coding-system-p 'mule-utf-8)))
         '(utf-8 unicode-a unicode-b unicode-c unicode-d unicode-e)
        ;; If we have utf-8 we're in Mule 5+.
-       (delete 'ascii (coding-system-get 'mule-utf-8 'safe-charsets))))
+       (append '(utf-8)
+              (delete 'ascii
+                      (coding-system-get 'mule-utf-8 'safe-charsets)))))
   "Alist of MIME-charset/MULE-charsets.")
 
 (eval-and-compile