CHAPTER 8 ESC/POS MODE (INTERFACE COMMANDS)
B-EP Series
8-36
8.10.22 INTERNATIONAL CHARACTER SELECT COMMAND [ESC] R
Function Selects an international character set.
The value specified by this command is invalid because the B-EP series does not
support this function.
Format [ESC] Rn
Term ASCII: ESC R
Hex: 1Bh 52h
[Parameter]
n: Selecting international character set 0 ≤ n ≤ 10 (00h ≤ n ≤ 0Ah)
n Character set
0 USA
1 France
2 Germany
3 UK
4 Denmark
5 Sweden
6 Italy
7 Spain
8 Japan
9 Norway
10 Denmark 2
Default value n: 0
Explanation (1) Even if an international character set is switched between Japan and other
countries by this command, there is no impact upon the Chinese character code
system.
[Program example]
for(i=0;i<11;i++) {
fprintf( stdprn, "\033R"); /* Selecting country */
fputc( i, stdprn );
fprintf( stdprn, " # $ @ [ \\ ] ^ ` { | } ~ \n");
}