From cd92d74c95b45024d1574a409b73da7383dd5bb8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 18 Sep 2001 19:41:03 +0000 Subject: Added korean charset conversion. 2001-09-18 Jeffrey Stedfast * camel-charset-map.c: Added korean charset conversion. svn path=/trunk/; revision=12946 --- camel/ChangeLog | 4 ++++ camel/camel-charset-map.c | 1 + 2 files changed, 5 insertions(+) diff --git a/camel/ChangeLog b/camel/ChangeLog index f844f4d85b..ba7c9ecec3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2001-09-18 Jeffrey Stedfast + + * camel-charset-map.c: Added korean charset conversion. + 2001-09-17 Jeffrey Stedfast * providers/imap/camel-imap-store.c (delete_folder): Don't process diff --git a/camel/camel-charset-map.c b/camel/camel-charset-map.c index af036fec51..6f4baf9c30 100644 --- a/camel/camel-charset-map.c +++ b/camel/camel-charset-map.c @@ -239,6 +239,7 @@ struct { to their cp#### equivalents if/when they show up in camel_charset_map_to_iconv() so I'm not going to bother putting them all in here... */ + { "ks_c_5601-1987", "euc-kr" }, { NULL, NULL } }; -- cgit