aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.c
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.c
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.c')
-rw-r--r--libsylph/codeconv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/codeconv.c b/libsylph/codeconv.c
index 2911aff7..13de2baf 100644
--- a/libsylph/codeconv.c
+++ b/libsylph/codeconv.c
@@ -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
@@ -1400,6 +1400,7 @@ CodeConvFunc conv_get_code_conv_func(const gchar *src_encoding,
case C_ISO_8859_13:
case C_ISO_8859_14:
case C_ISO_8859_15:
+ case C_ISO_8859_16:
break;
case C_ISO_2022_JP:
case C_ISO_2022_JP_2:
@@ -1634,6 +1635,7 @@ static const struct {
{C_WINDOWS_874, CS_WINDOWS_874},
{C_GEORGIAN_PS, CS_GEORGIAN_PS},
{C_TCVN5712_1, CS_TCVN5712_1},
+ {C_ISO_8859_16, CS_ISO_8859_16},
};
static const struct {