aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-14 15:40:34 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-14 15:40:34 +0000
commit91ac9486a1fd2eeb65fc9c6d2fccc1b170cfc16f (patch)
tree2d0ddea3e0f8a870ebe910c51aa2d0807f50eeb8 /perllib/Page.pm
parent844b21d06083368048a0ea2c20baffc7d06b0449 (diff)
Tweaks to OSM map module, fix for truncated co-ords.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm2
1 files changed, 1 insertions, 1 deletions
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 '<br><br>', 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(<html><head><title>$somethingwrong</title></head></html>),
q(<body>),
qq(<h1>$somethingwrong</h1>),