From: yoichi Date: Sun, 14 Dec 2003 06:02:02 +0000 (+0000) Subject: * eword-encode.el (mime-header-charset-encoding-alist): Add X-Git-Tag: flim-1_14_6~12 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=commitdiff_plain;h=372361a4c3bd6c5cfd83aafb663f21f67f52aa15 * eword-encode.el (mime-header-charset-encoding-alist): Add entry for iso-8859-15. --- diff --git a/ChangeLog b/ChangeLog index 5e998de..9dde35f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-14 Tatsuya Kinoshita + + * eword-encode.el (mime-header-charset-encoding-alist): Add + entry for iso-8859-15. + 2003-11-13 Yoichi NAKAYAMA * FLIM-ELS (flim-modules): Install mel-b-el also for diff --git a/eword-encode.el b/eword-encode.el index bf379f6..9f2ce4d 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-15 . "Q") (iso-2022-jp . "B") (iso-2022-jp-3 . "B") (iso-2022-kr . "B")