From 9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Tue, 19 Sep 2017 20:20:30 -0400 Subject: Change default encoding character set to UTF-8. --- sqwebmail/msg2html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqwebmail/msg2html.c') 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("\n"); free(header); continue; -- cgit v1.2.3