- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 May 2006 21:48:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/ack
In directory hutz:/tmp/cvs-serv7488
Modified Files:
ack.pl
Log Message:
Send charset in Content-Type.
Index: ack.pl
===================================================================
RCS file: /sources/public/2006/ack/ack.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ack.pl 22 May 2006 21:43:40 -0000 1.5
+++ ack.pl 22 May 2006 21:48:01 -0000 1.6
@@ -47,7 +47,7 @@
}
}
-print "Content-Type: text/html\n\n";
+print "Content-Type: text/html; charset=UTF-8\n\n";
print "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
<html>
<head>
Received on Monday, 22 May 2006 21:48:07 UTC