aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-12 01:49:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-12 01:49:31 +0000
commit03dfa66b204ed6d2ae63b7667c8395753b4bb747 (patch)
treeaeb3226a83725f222ea9599f0eb4700117b15473 /libsylph/codeconv.h
parente44fa1cca88e0a844cd3de28f2494a30f4eb0cc3 (diff)
supported ISO-8859-16.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1626 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/codeconv.h')
-rw-r--r--libsylph/codeconv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libsylph/codeconv.h b/libsylph/codeconv.h
index 4e79389f..6e1391ab 100644
--- a/libsylph/codeconv.h
+++ b/libsylph/codeconv.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -91,7 +91,8 @@ typedef enum
C_TIS_620,
C_WINDOWS_874,
C_GEORGIAN_PS,
- C_TCVN5712_1
+ C_TCVN5712_1,
+ C_ISO_8859_16
} CharSet;
typedef gchar *(*CodeConvFunc) (const gchar *inbuf, gint *error);
@@ -171,6 +172,7 @@ struct _CodeConverter
#define CS_WINDOWS_874 "Windows-874"
#define CS_GEORGIAN_PS "GEORGIAN-PS"
#define CS_TCVN5712_1 "TCVN5712-1"
+#define CS_ISO_8859_16 "ISO-8859-16"
#define C_INTERNAL C_UTF_8
#define CS_INTERNAL CS_UTF_8