- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Jul 2007 03:30:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv23357/httpd/cgi-bin Modified Files: check Log Message: requiring extra perl libs for CJK character encodings, and documenting the new requirements Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.536 retrieving revision 1.537 diff -u -d -r1.536 -r1.537 --- check 9 Jul 2007 04:56:27 -0000 1.536 +++ check 10 Jul 2007 03:30:13 -0000 1.537 @@ -55,6 +55,8 @@ use URI::Escape qw(uri_escape); use Encode qw(); use Encode::Alias qw(); +use Encode::HanExtra qw(); #for some chinese character encodings, e.g gb18030 +use Encode::JIS2K qw(); # ditto extra japanese encodings use HTML::Encoding 0.52 qw(); use SGML::Parser::OpenSP qw();
Received on Tuesday, 10 July 2007 03:30:20 UTC