[freeside-commits] freeside/htetc handler.pl,1.116,1.117

Ivan,,, ivan at wavetail.420.am
Sat Jul 25 15:00:58 PDT 2009


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv7662

Modified Files:
	handler.pl 
Log Message:
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

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- handler.pl	14 Jul 2009 03:14:49 -0000	1.116
+++ handler.pl	25 Jul 2009 22:00:56 -0000	1.117
@@ -44,7 +44,8 @@
 
     ###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;



More information about the freeside-commits mailing list