* mime-edit.el (mime-charset-type-list): Add entry for iso-8859-15.
authoryoichi <yoichi>
Sun, 14 Dec 2003 06:02:42 +0000 (06:02 +0000)
committeryoichi <yoichi>
Sun, 14 Dec 2003 06:02:42 +0000 (06:02 +0000)
ChangeLog
mime-edit.el

index 4de63a1..d1d8a7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-14  Tatsuya Kinoshita  <tats@vega.ocn.ne.jp>
+
+       * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-15.
+
 2003-12-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mime-edit.el (mime-edit-user-agent-value): Add a setting for
index 466effd..13c0c84 100644 (file)
@@ -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-15       8 "quoted-printable")
     (iso-2022-jp       7 "base64")
     (iso-2022-jp-3     7 "base64")
     (iso-2022-kr       7 "base64")