From c713a96907b8e8c36327a34fc19d8c464b9985d8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 May 2014 19:56:20 +0000 Subject: www: set charset=UTF-8 in full message view Oops, this was an oversight. --- lib/PublicInbox/WWW.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index f0704336..95f80007 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -181,7 +181,7 @@ sub get_full_html { require PublicInbox::View; require Email::MIME; my $foot = footer($ctx); - [ 200, [ 'Content-Type' => 'text/html' ], + [ 200, [ 'Content-Type' => 'text/html; charset=UTF-8' ], [ PublicInbox::View->msg_html(Email::MIME->new($x), undef, $foot)] ]; } -- cgit v1.2.3-24-ge0c7