summaryrefslogtreecommitdiffstats
path: root/sqwebmail/msg2html.c
diff options
context:
space:
mode:
authorSam Varshavchik2017-09-19 20:20:30 -0400
committerSam Varshavchik2017-09-19 20:20:30 -0400
commit9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23 (patch)
tree8a3e141caded03ea7978a9635cb65721d1d6e036 /sqwebmail/msg2html.c
parentecda1daf86eda07e6d315fd2c7be41cf8a6a5781 (diff)
downloadcourier-libs-9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23.tar.bz2
Change default encoding character set to UTF-8.
Diffstat (limited to 'sqwebmail/msg2html.c')
-rw-r--r--sqwebmail/msg2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqwebmail/msg2html.c b/sqwebmail/msg2html.c
index 80387ac..137cbae 100644
--- a/sqwebmail/msg2html.c
+++ b/sqwebmail/msg2html.c
@@ -548,7 +548,7 @@ off_t pos;
else
showmsgrfc822_header(info->output_character_set,
value,
- "iso-8859-1");
+ "utf-8");
printf("</span></td></tr>\n");
free(header);
continue;