From 072e31d37de2bdb8219d487250b3ab165b90af6e Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 7 Jun 2000 09:38:56 +0000 Subject: [PATCH] (eword-charset-encoding-alist): Add `iso-2022-jp-3'. --- eword-encode.el | 1 + 1 file changed, 1 insertion(+) 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") -- 1.7.10.4