(Encoding Customization): Update default for
authorJesper Harder <harder@ifa.au.dk>
Sat, 12 Apr 2003 19:32:34 +0000 (19:32 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 12 Apr 2003 19:32:34 +0000 (19:32 +0000)
mm-body-charset-encoding-alist.

texi/ChangeLog
texi/emacs-mime.texi

index 6cd913a..e01a1fa 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-12  Jesper Harder  <harder@ifa.au.dk>
+
+       * emacs-mime.texi (Encoding Customization): Update default for
+       mm-body-charset-encoding-alist.
+
 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
 
        * emacs-mime.texi (Non-MIME): Add diff.
index c68450d..a36c5b0 100644 (file)
@@ -777,8 +777,17 @@ This plain text part is an attachment.
 Mapping from @sc{mime} charset to encoding to use.  This variable is
 usually used except, e.g., when other requirements force a specific
 encoding (digitally signed messages require 7bit encodings).  The
-default is @code{((iso-2022-jp . 7bit) (iso-2022-jp-2 . 7bit))}.  As
-an example, if you do not want to have ISO-8859-1 characters
+default is 
+
+@lisp
+((iso-2022-jp . 7bit)
+ (iso-2022-jp-2 . 7bit)
+ (utf-16 . base64)
+ (utf-16be . base64)
+ (utf-16le . base64))
+@end lisp
+
+As an example, if you do not want to have ISO-8859-1 characters
 quoted-printable encoded, you may add @code{(iso-8859-1 . 8bit)} to
 this variable.  You can override this setting on a per-message basis
 by using the @code{encoding} MML tag (@pxref{MML Definition}).