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