From 27cd9f99b5c05c39efcdfdd3dd434fa9f044b757 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 11 Mar 1999 08:01:13 +0000 Subject: [PATCH] (eword-charset-encoding-alist): Add `tis-620'. --- eword-encode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/eword-encode.el b/eword-encode.el index 0cd8c8a..bfff8a7 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -83,6 +83,7 @@ If method is nil, this field will not be encoded." (cn-gb . "B") (cn-gb-2312 . "B") (euc-kr . "B") + (tis-620 . "B") (iso-2022-jp-2 . "B") (iso-2022-int-1 . "B") (utf-8 . "B") -- 1.7.10.4