From 167337dfe296864af0597967ccb893649bab25b3 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 20 Sep 1998 15:16:21 +0000 Subject: [PATCH] (eword-charset-encoding-alist): Add utf-8. --- eword-encode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/eword-encode.el b/eword-encode.el index f8d60de..c1603cd 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -85,6 +85,7 @@ If method is nil, this field will not be encoded." (euc-kr . "B") (iso-2022-jp-2 . "B") (iso-2022-int-1 . "B") + (utf-8 . "B") )) -- 1.7.10.4