- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 11:35:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv1076/httpd/cgi-bin
Modified Files:
check
Log Message:
Revert bits that should not have crept in to CVS in previous commit.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -d -r1.619 -r1.620
--- check 4 Jan 2009 11:34:56 -0000 1.619
+++ check 4 Jan 2009 11:35:46 -0000 1.620
@@ -50,9 +50,9 @@
use Config::General 2.19 qw(); # Need 2.19 for -AutoLaunder
use Encode qw();
use Encode::Alias qw();
-#use Encode::HanExtra qw(); # for some chinese character encodings,
+use Encode::HanExtra qw(); # for some chinese character encodings,
# e.g gb18030
-#use Encode::JIS2K qw(); # ditto extra japanese encodings
+use Encode::JIS2K qw(); # ditto extra japanese encodings
use File::Spec::Functions qw(catfile);
use HTML::Encoding 0.52 qw();
use HTML::Parser 3.25 qw(); # Need 3.25 for $p->ignore_elements.
Received on Sunday, 4 January 2009 11:35:57 UTC