From: Dave Love Date: Tue, 30 Jul 2002 11:24:33 +0000 (+0000) Subject: (rfc2047-charset-encoding-alist): Use B for Hebrew. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a23daf43499b7675b8d356e0bf045505dda38fb1;p=emacs.git (rfc2047-charset-encoding-alist): Use B for Hebrew. Doc fix. --- diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index 303fb00070d..d09534a27c1 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el @@ -63,7 +63,7 @@ The values can be: (iso-8859-5 . B) (koi8-r . B) (iso-8859-7 . Q) - (iso-8859-8 . Q) + (iso-8859-8 . B) (iso-8859-9 . Q) (iso-8859-14 . Q) (iso-8859-15 . Q) @@ -78,7 +78,8 @@ The values can be: (iso-2022-jp-2 . B) (iso-2022-int-1 . B)) "Alist of MIME charsets to RFC2047 encodings. -Valid encodings are nil, `Q' and `B'.") +Valid encodings are nil, `Q' and `B'. These indicate binary (no) encoding, +quoted-printable and base64 respectively.") (defvar rfc2047-encoding-function-alist '((Q . rfc2047-q-encode-region)