aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.c
diff options
context:
space:
mode:
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 {