[freeside-commits] freeside/htetc handler.pl,1.86.2.20,1.86.2.21
Ivan,,,
ivan at wavetail.420.am
Sat Jul 25 15:01:00 PDT 2009
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv7669
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.86.2.20
retrieving revision 1.86.2.21
diff -u -d -r1.86.2.20 -r1.86.2.21
--- handler.pl 27 Apr 2009 23:06:54 -0000 1.86.2.20
+++ handler.pl 25 Jul 2009 22:00:57 -0000 1.86.2.21
@@ -341,7 +341,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