User's Manual Part 4

Appendix D — Printer Font Test Jobs
6822 Series 80-Column Printer User’s Manual 181
Simplified Chinese Character Set
This program generates a text file, gb2312.txt, that to copy to a 6822.
The text file illustrates the use of the Simplified Chinese character set.
Install the Simplified Chinese character font (nft00936.mod) using the
Printer Configuration Utility.
To have gb2312.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl china.c /link slibce graphics
2 Run china.exe to create gb2312.txt.
3 Copy this text file to the appropriate printer port.
IBM 437 Code Page Character Set
This program generates a text file, ibm437.txt, to copy to a 6822. The
text file illustrates the use of the IBM 437 code page character set. Install
the IBM 437 character font (nft00437.mod) using the Printer
Configuration Utility.
To have ibm437.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl ibm437.c /link slibce graphics
2 Run ibm437.exe to create ibm437.txt.
3 Copy this text file to the appropriate printer port.
Japanese (Shift JIS) Character Set
This program generates a text file, jis932.txt, to copy to a 6822. The text
file illustrates the use of the JIS character set. Install the JIS character
font (nft00932.mod) using the Printer Configuration Utility.
To have jis932.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl japan.c /link slibce graphics
2 Run japan.exe to create jis932.txt.