(eword-charset-encoding-alist): Add utf-8.
authormorioka <morioka>
Sun, 20 Sep 1998 15:16:21 +0000 (15:16 +0000)
committermorioka <morioka>
Sun, 20 Sep 1998 15:16:21 +0000 (15:16 +0000)
eword-encode.el

index f8d60de..c1603cd 100644 (file)
@@ -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")
     ))