From: ivan Date: Sat, 25 Jul 2009 22:00:56 +0000 (+0000) Subject: set a character encoding for all pages; this should fix problems with diamond questio... X-Git-Tag: root_of_svc_elec_features~980 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eda086d0c5c4829e3f29dea030d2b0efb6fecbb0 set a character encoding for all pages; this should fix problems with diamond question marks even when the server gets an UTF-8 default setting, RT#3094 --- diff --git a/htetc/handler.pl b/htetc/handler.pl index 711c32a4b..4ce658685 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -44,7 +44,8 @@ sub handler ###Module::Refresh->refresh;### - $r->content_type('text/html'); + #$r->content_type('text/html; charset=utf-8'); + $r->content_type('text/html; charset=iso-8859-1'); #eorar my $headers = $r->headers_out;