From 3ea27f9865396d57c7823a4c4ea0fc9fbab6167f Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 14 Dec 2003 06:58:31 +0000 Subject: [PATCH] add iso-8859-14 also --- ChangeLog | 2 +- mime-edit.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1d8a7e..75f68b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2003-12-14 Tatsuya Kinoshita - * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-15. + * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45]. 2003-12-12 MORIOKA Tomohiko diff --git a/mime-edit.el b/mime-edit.el index 13c0c84..0548f0f 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -498,6 +498,7 @@ If encoding is nil, it is determined from its contents." (iso-8859-7 8 "quoted-printable") (iso-8859-8 8 "quoted-printable") (iso-8859-9 8 "quoted-printable") + (iso-8859-14 8 "quoted-printable") (iso-8859-15 8 "quoted-printable") (iso-2022-jp 7 "base64") (iso-2022-jp-3 7 "base64") -- 1.7.10.4