Support
model
- 183 -
FS &
[Function] Setting Kanji mode
[Code] <1C>H<26>H
[Outline] [The specification which is common to the model]
• Sets Kanji mode.
Japanese Kanji specifications:
This command is invalid when Kanji code system is Shift JIS.
Kanji codes are processed in the order of the first byte and second byte.
This code is defaulted to the state of canceling Kanji mode.
[The specification which depend on the model]
CT-S280/CT-S300/CT-S310/CT-S2000/CT-S4000/
CT-S801(II)/CT-S851(II)/CT-S601(II)/CT-S651(II)/CT-S310II/CT-S251/
CT-D150/CT-E351/CT-D151/CT-E651
Multilingual specifications (Hangul, Chinese):
Kanji codes are processed in the order of the first byte and second byte.
This code is defaulted to the state of setting Kanji mode.
[Caution] [The specification which is common to the model]
CT-S801(II)/CT-S851(II)/CT-S601(II)/CT-S651(II)/ CT-D150/CT-E351/CT-D151/CT-E651
following MSW9-4 setting.
MSW9-4(japan): Operation of Japanese Kanji specification.
MSW9-4(Chinese, Korea, Taiwan): Operation of Multilingual specification(Hangul, Chinese).
[See also] FS ., FS C
[Sample Program] [Print Results]
LPRINT CHR$(&H1C);"&";
LPRINT CHR$(&H34); CHR$(&H41);
LPRINT CHR$(&H3B); CHR$(&H7A);
LPRINT CHR$(&HA);
LPRINT CHR$(&H1C);".";
LPRINT CHR$(&H34); CHR$(&H41);
LPRINT CHR$(&H3B); CHR$(&H7A);
LPRINT CHR$(&HA);
When setting Kanji mode
When canceling Kanji mode