User`s guide

8VLQJ*/DQG
*57DEOHV
%&KDUDFWHU6HWV
The following example uses the escape sequences in the first line to
activate the ASCII character set as G0 and the Supplemental charac-
ters set as G2. The escape sequences in the second line map the
ASCII character set into the GL table to print the characters "The
price of the item is" and then map the Supplemental character set into
the GL table for one character to print the cent character (hex 22 is
the double quotes character).
<ESC>(B<ESC>+<
<SI>The price of the item is 59<ESC>N"
The printed output would appear as follows:
The price of the item is 59¢
<SI> Maps the character set activated as G0 into the GL
table.
<SO> Maps the character set activated as G1 into the GL
table.
<ESC>~ Maps the character set activated as G1 into the GR
table.
<ESC>n Maps the character set activated as G2 into the GL
table.
<ESC>} Maps the character set activated as G2 into the GR
table.
<ESC>o Maps the character set activated as G3 into the GL
table.
<ESC>| Maps the character set activated as G3 into the GR
table.
<ESC>N Maps the character set activated as G2 into the GL
table for one character only.
<ESC>O Maps the character set activated as G3 into the GL
table for one character only.