From 9266f61c9b6b533f2064915c135700e5e38382c7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 22 Sep 2006 09:05:39 +0000 Subject: [PATCH] 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. --- web/htdocs/chrome/head.mc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); + -- 1.7.10.4