From: Mike Taylor Date: Fri, 22 Sep 2006 09:05:39 +0000 (+0000) Subject: Insist (via both HTTP header and XML declaration) on UTF-8 rather than X-Git-Tag: CPAN-v1.02~1068 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=8840f626e5ac7731a978d4000050f65927b82430 Insist (via both HTTP header and XML declaration) on UTF-8 rather than ISO 8859-1. This enables the correct display of non-ASCII characters drawn from ZeeRex records. --- diff --git a/web/htdocs/chrome/head.mc b/web/htdocs/chrome/head.mc index 49f5800..5ab3d36 100644 --- a/web/htdocs/chrome/head.mc +++ b/web/htdocs/chrome/head.mc @@ -1,9 +1,9 @@ -%# $Id: head.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ +%# $Id: head.mc,v 1.2 2006-09-22 09:05:39 mike Exp $ <%args> $title -% my $agent = $m->notes("agent"); - +% $r->content_type("text/html; charset=utf-8"); +