From 0a29ffb9650075946e30615a2e1cdcfa2a988015 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 26 Jan 2005 06:14:42 +0000 Subject: added constant C_INTERNAL and CS_INTERNAL. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@41 ee746299-78ed-0310-b773-934348b2243d --- src/codeconv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/codeconv.h') diff --git a/src/codeconv.h b/src/codeconv.h index 2d1bf46d..11252aa1 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -166,6 +166,9 @@ struct _CodeConverter #define CS_GEORGIAN_PS "GEORGIAN-PS" #define CS_TCVN5712_1 "TCVN5712-1" +#define C_INTERNAL C_UTF_8 +#define CS_INTERNAL CS_UTF_8 + void conv_jistoeuc (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_euctojis (gchar *outbuf, gint outlen, const gchar *inbuf); void conv_sjistoeuc (gchar *outbuf, gint outlen, const gchar *inbuf); -- cgit v1.2.3