aboutsummaryrefslogtreecommitdiff
path: root/src/codeconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codeconv.h')
-rw-r--r--src/codeconv.h3
1 files changed, 3 insertions, 0 deletions
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);