aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 06:13:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 06:13:23 +0000
commit1ca5b9aa126b860d9198f85e44104f857513bef5 (patch)
tree17e7a90c7a707c00308be37870f5cffeec1647ed /libsylph/codeconv.h
parent8c429a3abcd7b81b4f74f7ea78bcbb69976a8508 (diff)
support nonstandard encoding 'ks_c_5601-1987'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@835 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/codeconv.h')
-rw-r--r--libsylph/codeconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/codeconv.h b/libsylph/codeconv.h
index 9946cdc5..1920c8f0 100644
--- a/libsylph/codeconv.h
+++ b/libsylph/codeconv.h
@@ -158,6 +158,7 @@ struct _CodeConverter
#define CS_X_SJIS "X-SJIS"
#define CS_ISO_2022_KR "ISO-2022-KR"
#define CS_EUC_KR "EUC-KR"
+#define CS_KS_C_5601_1987 "ks_c_5601-1987"
#define CS_ISO_2022_CN "ISO-2022-CN"
#define CS_EUC_CN "EUC-CN"
#define CS_GB2312 "GB2312"