From 91ac9486a1fd2eeb65fc9c6d2fccc1b170cfc16f Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 14 Feb 2011 15:40:34 +0000 Subject: Tweaks to OSM map module, fix for truncated co-ords. --- perllib/Page.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perllib/Page.pm') diff --git a/perllib/Page.pm b/perllib/Page.pm index 07e163b56..886c8d994 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -83,7 +83,7 @@ sub report_error { my $msg_br = join '

', split m{\n}, $msg; - print "Status: 500\nContent-Type: text/html; charset=iso-8859-1\n\n", + print "Status: 500\nContent-Type: text/html; charset=utf-8\n\n", qq($somethingwrong), q(), qq(

$somethingwrong

), -- cgit v1.2.3