summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2009-07-25 22:00:56 +0000
committerivan <ivan>2009-07-25 22:00:56 +0000
commiteda086d0c5c4829e3f29dea030d2b0efb6fecbb0 (patch)
treef0e2cba2db1af1195b7b9bf19910a685dd17c89a /htetc/handler.pl
parentd57a1feb48c55fecb95502e894575eebb306a58a (diff)
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
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 711c32a..4ce6586 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;