NAME
b2g.pl - Convert from Big5 to GBK (CP936)
SYNOPSIS
b2g.pl [ inputfile ...] > outputfile
DESCRIPTION
The b2g.pl/g2b.pl utility reads files sequentially, convert them between GBK and Big5, then writing them to the standard output. The file operands are processed in command-line order. If file is a single dash (-
) or absent, this program reads from the standard input.
Example usage:
% b2g.pl < big5.txt > gbk.txt
SEE ALSO
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.