From: morioka Date: Sun, 20 Sep 1998 15:16:21 +0000 (+0000) Subject: (eword-charset-encoding-alist): Add utf-8. X-Git-Tag: chao-1_9-2-199811302358~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=167337dfe296864af0597967ccb893649bab25b3;p=elisp%2Fflim.git (eword-charset-encoding-alist): Add utf-8. --- 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") ))