Comments:
When the Graphic character table is selected, this code causes
codes 128 through 159 to be treated as control codes. This is the
default.
ESC R
Select a Character Set
Format:
ASCII code: ESC R n
Decimal :
27 82 n
Hexadecimal: 1B 52 n
Comments:
The following values can be used for n:
0 = USA
7 = Spain I
1 = France
8 = Japan
2 = Germany
9 = Norway
3 = England
10 = Denmark II
4 = Denmark I
11 = Spain II
5 = Sweden
12 = Latin America
6 = Italy
64 = Legal
User-defined Characters
Note: See Chapter 4 for sample programs and full information
on
this topic.
ESC &
Define User-defined Characters
Format:
ASCII code: ESC & 0 d1 d2
.
.
.
dn
Decimal :
27 38 0 d1 d2
.
.
.
dn
Hexadecimal: 1B 26 00 d1 d2
.
.
.
dn
Comments:
This command allows characters to be redefined in the currently
selected mode.
9-33