[Caution] | Be sure to add ";"(<3B>H) to the end of the parameter. This command is |
| ignored in other than the |
[Initial Value] | The characters are printed after the LF command is received in the |
| |
[Sample Program] | When setting the right margin to 10 |
| ESC e 10 ; → LPRINT CHR$(&H1B)+”e10;”; |
| <1B>H<65>H<31>H<30>H<3B>H |
[See Also] | SO, SI, RS, US |
ESC h (n) ; | ALL |
|
[Name] | Select Character Set | |
[Code] | <1B>H<68H>(n)<3B>H | |
[Domain] | 0 ≤ (n) ≤10 (<30>H ≤ n ≤<39>H) | |
[Function] | This command selects the character sets of the countries listed below, | |
| depending on the |
n | Function |
0 | U.S.A. |
1 | France |
2 | Germany |
3 | U.K. |
4 | Denmark I |
5 | Sweden |
n | Function |
6 | Italy |
7 | Spain |
8 | Japan |
9 | Norway |
10 | Denmark II |
|
|
[Caution] | Be sure to add ";"(<3B>H) to the end of the parameter. As shown separately, |
| the character sets replace part of characters. If the |
| beyond the limits, this command will be ignored. |
[Initial Value] | n = 0 |
54 | CITIZEN |