aboutsummaryrefslogtreecommitdiff
path: root/src/unmime.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-14 08:08:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-14 08:08:32 +0000
commit13cda7cefaab6b0eef7b4718629f8ce31cd9eff0 (patch)
tree26a6f3ec89fcaf68b0420db33cf2f3b350eeefc3 /src/unmime.c
parent01109639c07dc4babec7912a8febfe1f989b1b0d (diff)
fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for JIS to UTF-8 conversion if available.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@7 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/unmime.c')
-rw-r--r--src/unmime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unmime.c b/src/unmime.c
index e7dce098..bb9e2822 100644
--- a/src/unmime.c
+++ b/src/unmime.c
@@ -112,7 +112,7 @@ void unmime_header(gchar *out, const gchar *str)
continue;
}
- /* convert to locale encoding */
+ /* convert to UTF-8 */
conv_str = conv_codeset_strdup(decoded_text, charset, NULL);
if (conv_str) {
len = strlen(conv_str);