Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 51
The file format is one character per line with the first value being the ASCII ID and the
second value being the Unicode address. The file should be something like this:
0x00 0x0000
# NULL
0x01 0x0001
# START OF HEADING
0x02 0x0002
# START OF TEXT
0x03 0x0003
# END OF TEXT
...
or
\Language = USA
\Code Page = 437
0x00 0x0000
; 0
NULL
0x01 0x263A
; 9786 WHITE SMILE
0x02 0x263B
; 9787 BLACK SMILE
0x03 0x2665
; 9829 BLACK HEART SUIT
0x04 0x2666
; 9830 BLACK DIAMOND SUIT
0x05 0x2663
; 9827 BLACK CLUB SUIT
...
or
0
0
; NULL
1
9786 ; WHITE SMILE
2
9787 ; BLACK SMILE
3
9829 ; BLACK HEART SUIT
4
9830 ; BLACK DIAMOND SUIT
5
9827 ; BLACK CLUB SUIT
...
or
SYMBOL SET = WE
/name = Windows 3.1 Latin 2
/pcl char = E
...
/symbols =
32 0x0020 ; Space Code, Prntabl Thin Space
33 0x0021 ; Exclamation
34 0x0022 ; Neutral Double Quote
5 0x0023 ; Number
36 0x0024 ; Dollar
...
or
\Language = USA
\Code Page = 437
0x00 -
0x0000
; 0
NULL
0x01 -
0x263A
; 9786 WHITE SMILE
0x02 -
0x263B
; 9787 BLACK SMILE
0x03 -
0x2665
; 9829 BLACK HART SUIT
0x04 -
0x2666
; 9830 BLACK DIAMOND SUIT
0x05 -
0x2663
; 9827 BLACK CLUB SUIT
...
or
\Language = USA
\Code Page = 437