The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

gbktest - Correct bad GBK characters by translating demo texts

SYNOPSIS

gbktest inputdir/file

DESCRIPTION

The gbktest utility reads all files recursively under inputdir, converts from GBK to GB2312 with Encode::CNMap.

If bad GBK characters is encountered, gbktest prints it out and wait corresponding GB2312 characters to correct it. The input will be added to gb2312-add.dat file automatically. You can use makeall.bat to rebuild Encode::CNMap and test gb2312-add.dat.

BUGS, REQUESTS, COMMENTS

Please report any requests, suggestions or bugs via http://sourceforge.net/projects/bookbot http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Encode-CNMap

SEE ALSO

Encode::CNMap, cnmap, cnmapdir, Encode::HanConvert, Encode

COPYRIGHT AND LICENSE

Copyright 2003-2004 Qing-Jie Zhou <qjzhou@hotmail.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.