[Collab-qa-commits] r1839 - udd/web

Lucas Nussbaum lucas at alioth.debian.org
Mon Nov 1 10:38:30 UTC 2010


Author: lucas
Date: 2010-11-01 10:38:30 +0000 (Mon, 01 Nov 2010)
New Revision: 1839

Modified:
   udd/web/sponsorstats.cgi
Log:
set charset to UTF-8

Modified: udd/web/sponsorstats.cgi
===================================================================
--- udd/web/sponsorstats.cgi	2010-11-01 10:25:17 UTC (rev 1838)
+++ udd/web/sponsorstats.cgi	2010-11-01 10:38:30 UTC (rev 1839)
@@ -2,7 +2,7 @@
 
 require 'dbi'
 
-puts "Content-type: text/html\n\n"
+puts "Content-type: text/html; charset=utf-8\n\n"
 
 dbh = DBI::connect('DBI:Pg:dbname=udd;port=5441;host=localhost', 'guest')
 sth = dbh.prepare("select s.source, s.version, u.changed_by, nmu, signed_by, cl.login




More information about the Collab-qa-commits mailing list