- 51 -
ESC t n
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 CT-S310
support model PMU2XXX
[Function] Selecting the character code table
[Code] <1B>H<74>H<n>
[Range] 0n916n19n=2640255
[Outline] [The specification which is common to the model]
Selecting the character code table.
The character code table is selected based on the value of “n”.
n Character Code Table n Character Code Table
0 Codepage PC437 7,17 Codepage PC866
1 Katakana 8 Codepage PC857
2 Codepage PC850 9,16 Windows code
3 Codepage PC860 19 Codepage PC858
4 Codepage PC863 26 Thai code 18
5 Codepage PC865 40 Codepage PC864
6,18 Codepage PC852 255 Space page (For user setting)
[Default] n=0 (Overseas)
n=1 (Domestic)
[Sample Program] [Print Results]
LPRINT CHR$(&H1B);"t"; CHR$(0);
LPRINT "n=0 "; n=0
FOR C=&HB1 TO &HB5
LPRINT CHR$(C); n=1 アイウエオ
NEXT C
LPRINT CHR$(&HA);
LPRINT CHR$(&H1B);"t"; CHR$(1);
LPRINT "n=1 ";
FOR C=&HB1 TO &HB5
LPRINT CHR$(C);
NEXT C
LPRINT CHR$(&HA);