User's Manual
Printer Font Test JobsAppendix —C
156 6820 Series 80 -Column Printer User’s Manual
Big 5 Traditional Chinese Character Set
This program generates a text file, BIG5950.TXT, to copy to a 6820
Printer. The textfile illustrates the use of the BIG 5 traditional Chinese
character set. Install the BIG 5 character font, NFT00950.MOD, in the
printer flash using the configuration tool to have BIG5950.TXT print cor-
rectly.
1 Use the Microsoft C version 7.00 compiler.
cl big5.c /link slibce graphics
2 Run BIG5.EXE to create BIG5950.TXT
3 Copy this text file to the appropriate printer port.
Simplified Chinese Character Set
This program generates a text file, GB2312.TXT, that to copy to a 6820
Printer.ThetextfileillustratestheuseoftheSimplifiedChinesecharacter
set. Install the Simplified Chinese character font, NFT00936.MOD, in
the printer flash using the configuration tool 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 Codepage Character Set
This program generates a text file, IBM437.TXT, to copy to a 6820 Print-
er. The textfile illustrates the use of the IBM 437 codepage character set.
Install the IBM 437 character font, NFT00437. MOD, in the pr inter flash
using the configuration tool 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.