From 42d398f7bfcc73f48a5b81c9cbbee02eb6149a72 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 8 Mar 2011 10:09:55 +0000 Subject: [PATCH] Properly set charset to utf8 on responses. --- perl-lib/PgCommitFest/Request.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-lib/PgCommitFest/Request.pm b/perl-lib/PgCommitFest/Request.pm index ada9de5..f2b89d4 100644 --- a/perl-lib/PgCommitFest/Request.pm +++ b/perl-lib/PgCommitFest/Request.pm @@ -30,7 +30,7 @@ sub new { 'db' => undef, 'error_list' => [], 'header' => { - 'Content-type' => 'text/html', + 'Content-type' => 'text/html; charset=utf-8', 'Cache-Control' => 'no-cache', 'Pragma' => 'no-cache', }, -- 2.39.5