CBM-270 User’s Manual
ESC R n
[Function] Selecting the international character set
[Code] <1B> H <52> H <n>
[Range] 0 n 10
[Outline] Depending on the value of n, following character sets are specified.
n Character Set
0 U.S.A.
1 France
2 Germany
3 U.K.
4 Denmark I
5 Sweden
6 Italy
7 Spain
8 Japan
9 Norway
10 Denmark II
[Default] An initial value of n is set to 8 for Japan and 0 for International.
[See Also] Character Code Table (International Character Set)
[Sample Program]
FOR I=0 TO 10
LPRINT CHR$ (&H1B) ; "R" ; CHR$ (I) ;
LPRINT " #$@[\]^" ;
LPRINT CHR$ (&H60) ; " { } " ;
LPRINT "n=" ; STR$ (I) ;
LPRINT CHR$ (&HA) ;
NEXT I
END
[Print Results]