aboutsummaryrefslogtreecommitdiff
path: root/src/codeconv.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 08:07:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 08:07:01 +0000
commit672c0e3d47eadb2101b0bb30faaac831d2269e88 (patch)
tree1c299fc3fb43670da1ea794a5f665d0ca2fe27f4 /src/codeconv.h
parent5b6baa6b410e8012ad9ab1a1944dcf7164ea0b8f (diff)
always enabled Japanese auto-detection if the locale is 'ja'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@311 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/codeconv.h')
-rw-r--r--src/codeconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codeconv.h b/src/codeconv.h
index c17cd84c..833b1402 100644
--- a/src/codeconv.h
+++ b/src/codeconv.h
@@ -215,6 +215,7 @@ const gchar *conv_get_outgoing_charset_str (void);
gboolean conv_is_multibyte_encoding (CharSet encoding);
const gchar *conv_get_current_locale (void);
+gboolean conv_is_ja_locale (void);
gchar *conv_unmime_header (const gchar *str,
const gchar *default_encoding);