n | Character | set | n | Character | set | |
0 | U.S.A |
| 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 |
| 13 Denmark/Norway |
The first eight of these character sets (from U.S.A. to Spain I) can be selected as
Enable printing of all character codes
Mode | ASCII |
|
|
| Decimal | Hexadecimal |
IBM | < ESC > | “\” | nl | n2 | 27 92 nl n2 | 1B SC nl n2 |
Enables printing of all characters in the IBM character set, including those assigned to character codes which are normally considered control codes. This command remains in effect for the next nl + n2 x 256 characters, where nl and n2 are numbers between 0 and 255. During this interval no control functions are executed. If a code with no assigned character is received, the printer prints a space.
Enable printing of a// character codes on next character
Mode | ASCII |
| Decimal | Hexadecimal |
IBM I | cEfjC> | ‘cn’r | 27 94 | IlB 5E |
This command operates like < ESC > “\” except that it remains in effect for only one character.
Select s/ash zero
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | |||
Both | ‘ESC’ | “ L 7. | “ 1” | 27 | 126 | 49 | 1B | 7E | 31 | |
<ESC> | “ _ 1, | <I> | 27 | 126 | 1 | 1B | 7E | 01 | ||
|
Causes subsequent zero characters to be overprinted with a slash.
Select normal zero
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | |||
| <ESC> | “ - >1 | “0” | 27 | 126 | 48 | 1B | 7E | 3b | |
Both |
| |||||||||
<ESC> | “_*’ <o> | 27 | 126 | 0 | 1B | 7E | 00 | |||
|
Causes subsequent zero characters to be printed normally (0), without a slash.
62