[or-cvs] r14385: Make the charset uft-8 (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Wed Apr 16 20:37:46 UTC 2008


Author: ioerror
Date: 2008-04-16 16:37:46 -0400 (Wed, 16 Apr 2008)
New Revision: 14385

Modified:
   check/trunk/cgi-bin/index.pl
Log:
Make the charset uft-8


Modified: check/trunk/cgi-bin/index.pl
===================================================================
--- check/trunk/cgi-bin/index.pl	2008-04-16 16:25:10 UTC (rev 14384)
+++ check/trunk/cgi-bin/index.pl	2008-04-16 20:37:46 UTC (rev 14385)
@@ -99,7 +99,7 @@
 my $result = query_exitlist $srcip, $dstip, $dstport, $dnsel;
 
 # Lets make a pretty website for our clients
-print header();
+print header(-charset=>'UTF-8');
 print start_html('Are you using Tor?');
 print "<center>\n";
 



More information about the tor-commits mailing list