diff options
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/camel-charset-map.c | 1 |
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 } }; |