From: yoichi Date: Sun, 14 Dec 2003 06:55:29 +0000 (+0000) Subject: add iso-8859-14 also X-Git-Tag: flim-1_14_6~11 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=commitdiff_plain;h=9d1afcf73be659a769f1a376fee0ceba52551077 add iso-8859-14 also --- diff --git a/ChangeLog b/ChangeLog index 9dde35f..c2f481d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2003-12-14 Tatsuya Kinoshita * eword-encode.el (mime-header-charset-encoding-alist): Add - entry for iso-8859-15. + entry for iso-8859-1[45]. 2003-11-13 Yoichi NAKAYAMA diff --git a/eword-encode.el b/eword-encode.el index 9f2ce4d..6cee2d6 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -46,6 +46,7 @@ (iso-8859-7 . "Q") (iso-8859-8 . "Q") (iso-8859-9 . "Q") + (iso-8859-14 . "Q") (iso-8859-15 . "Q") (iso-2022-jp . "B") (iso-2022-jp-3 . "B")