NAME

b2g.pl, g2b.pl - Convert between GB2312 (EUC-CN) <=> Big5 conversion

SYNOPSIS

b2g.pl [ file ...] g2b.pl [ file ...]

DESCRIPTION

The b2g.pl/g2b.pl utility reads files sequentially, convert them between GB2312 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:

% g2b.pl < gb2312.txt > big5.txt