![](/images/new-backgrounds/1194766/194766113x1.webp)
Enable printing of a// character codes
Mode | ASCII |
| Decimal | Hexadecimal |
IBM | eESC> ‘T’ nl | n2 | 27 92 nl n2 | 10 5C 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 character, where nl and n2 are numbers between 0 and 255. During this interval no control functions am executed. If a code with no assigned character is received, the printer prints a space.
Enable printing of all character codes on next character
Mode | ASCII | Decimal | Hexadecimal |
IBM | <Esc> “c)” | 27 94 | 10 5E |
This command operates like &SC> ‘Y”except that it remains in effect for only one character.
Select slash zero
Mode | ASCII |
| Decimal | Hexadecimal | |||
Std. | &SC> | 6‘I 39“1” | 27 126 | 49 | 10 | 7E | 31 |
| <ESC> | ‘4- ” <l> | 27 126 | 1 | 10 | 7E | 01 |
Causes subsequent zero characters to be overprinted with a slash
(0).
Select normal zero
Mode | ASCII | “ _ 1, “09, | Decimal | Hexadecimal | |||
Std. | <ES6 | 27 126 | 48 | 10 | 7E | 30 | |
| <Rx> | “ | 27 126 | 0 | 10 | 7E | 00 |
Causes subsequent zero characters to be printed normally (0), without a slash.
49