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

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

g2b.pl, Encode::HanConvert

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.

See http://www.perl.com/perl/misc/Artistic.html