I
Enableprintingof all character codes
Mode ASCII Decimal Hexadecimal
IBM cESC> ‘1” nl n2 27 32 d d IB 5C nl d
EnablesprintingofallcharactersintheIBMcharacterse~including
thoseassignedto charactercodes which are normallyconsidered
controlcodes.Thiscommandremainsineffectfor thenextnl +nZ
x256characters,wherenl andn2mnumbersbetweenOand255.
Duringtbisintervalnocontrolfunctionswexecuted.Ifacodewith
noassignedcharacteris nxeived, theprinterprints aspace.
Enable printing of all character codes on nextcharacter
Mode ASCII Decimal Hexadecimal
IBM cESC> “A” n27 94 nlB 5E n
Thiscommand operateslike~0 ‘1” exceptthat it remains in
effectfor onlyone character.
Selectslash zero
Mode ASCII Decimal Hexadecimal
CEsc> ,.e,, ‘c,,
std. 127126 49 lB 7E 31
CEsc> “-” <1> 27126 1 IB 7E 01
Causessubsequentzemcharacterstobeoverprintedwithaslash((il).
Selectnormalzero
IMode ASCII Decimal Hexadecimal
*O ,,-9. ,’(-)9.
std. 27126 48 IB 7E 30
CEsc> “-” +27126 0 IB 7E 00
Causes subsequentzem charactemto be printed normally (0),
withoutaslash.