aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-19 03:41:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-19 03:41:03 +0800
commitcd92d74c95b45024d1574a409b73da7383dd5bb8 (patch)
treeed4340807c21b950c41c47e3517fee6cfa1e4fdd /camel
parent3835a0d437af0f4cc1392a469c44baa20e812261 (diff)
downloadgsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.tar
gsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.tar.gz
gsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.tar.bz2
gsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.tar.lz
gsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.tar.xz
gsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.tar.zst
gsoc2013-evolution-cd92d74c95b45024d1574a409b73da7383dd5bb8.zip
Added korean charset conversion.
2001-09-18 Jeffrey Stedfast <fejj@ximian.com> * camel-charset-map.c: Added korean charset conversion. svn path=/trunk/; revision=12946
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/camel-charset-map.c1
2 files changed, 5 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * camel-charset-map.c: Added korean charset conversion.
+
2001-09-17 Jeffrey Stedfast <fejj@ximian.com>
* 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 }
};