set a character encoding for all pages; this should fix problems with diamond questio...
authorivan <ivan>
Sat, 25 Jul 2009 22:00:56 +0000 (22:00 +0000)
committerivan <ivan>
Sat, 25 Jul 2009 22:00:56 +0000 (22:00 +0000)
htetc/handler.pl

index 711c32a..4ce6586 100644 (file)
@@ -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;