User`s manual
BD2-2860 User’s Manual
CITIZEN
51
ESC R n
[Function] Selecting the International Character set
[Code] <1B>H<52>H<n>
[Range] {0 =< n =< 0A) Data is described in Hex code.
[Outline] Depending on the value of n, following character sets are specified.
n(Hex) Character Set
0 U.S.A.
1France
2Germany
3 U.K.
4DenmarkI
5Sweden
6 Italy
7Spain
8 Japan
9Norway
ADenmarkII
[Default] • The initial value of n indicates the character set specified by Jumper (J1~J3).
[See Also] Character Code Table (International Character Set)
[Sample Program] [Print Results]
FOR I=0 TO 10
LPRINT CHR$ (&H1B) + "R" + CHR$ (I);
LPRINT " #$@[¥]^”;
LPRINT CHR$ (&H60) + "{¥} ˜";
LPRINT "n=" + STR$ (I);
LPRINT CHR$ (&HA);
NEXT I