From: tomo Date: Wed, 7 Jun 2000 09:38:56 +0000 (+0000) Subject: (eword-charset-encoding-alist): Add `iso-2022-jp-3'. X-Git-Tag: chao-1_14_0-1~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=072e31d37de2bdb8219d487250b3ab165b90af6e;p=elisp%2Fflim.git (eword-charset-encoding-alist): Add `iso-2022-jp-3'. --- diff --git a/eword-encode.el b/eword-encode.el index 4f45c6f..5735e04 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -77,6 +77,7 @@ If method is nil, this field will not be encoded." (iso-8859-8 . "Q") (iso-8859-9 . "Q") (iso-2022-jp . "B") + (iso-2022-jp-3 . "B") (iso-2022-kr . "B") (gb2312 . "B") (cn-gb . "B")