From 372361a4c3bd6c5cfd83aafb663f21f67f52aa15 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 14 Dec 2003 06:02:02 +0000 Subject: [PATCH] * eword-encode.el (mime-header-charset-encoding-alist): Add entry for iso-8859-15. --- ChangeLog | 5 +++++ eword-encode.el | 1 + 2 files changed, 6 insertions(+) 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") -- 1.7.10.4