mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c90bb39b08
the letters "B" and "C". And some Chinese symbols as well.
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
GB2PS converts Chinese GB (simple) encoded text to PostScript.
|
|
|
|
It automatically supports the HZ encoding. It even allows you to mix
|
|
GB and HZ code together.
|
|
|
|
Examples:
|
|
input: gb2ps -h
|
|
output: the usage of GB2PS
|
|
|
|
input: gb2ps cm9203d.gb cm
|
|
output: PS programs cm
|
|
|
|
input: gb2ps -b 3 -e 5 cm9208a.hz cm
|
|
output: PS program cm from page 3 to page 5.
|
|
|
|
then you can print out the Chinese document by sending the PS output
|
|
to your PS printer.
|