From: yoichi Date: Sun, 14 Dec 2003 06:58:45 +0000 (+0000) Subject: add iso-8859-14 also X-Git-Tag: emiko-1_14-epg-branchpoint~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b67a99595b6fb3f2c5ca961261c8ff8b58646f7c;p=elisp%2Fsemi.git add iso-8859-14 also --- diff --git a/ChangeLog b/ChangeLog index ea23e38..984dcbf 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-08-16 Daiki Ueno diff --git a/mime-edit.el b/mime-edit.el index e646804..8538332 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -456,6 +456,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")