aboutsummaryrefslogtreecommitdiff
path: root/src/unmime.c
diff options
context:
space:
mode:
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 bb9e2822..65d279f6 100644
--- a/src/unmime.c
+++ b/src/unmime.c
@@ -120,7 +120,7 @@ void unmime_header(gchar *out, const gchar *str)
g_free(conv_str);
} else {
len = strlen(decoded_text);
- conv_localetodisp(outp, len + 1, decoded_text);
+ conv_utf8todisp(outp, len + 1, decoded_text);
}
outp += len;