Revision D 12/09Chapter 4: Programming Commands 59
Select international character set
ASCII: | ESC t n |
Hexadecimal: | 1B 74 n |
Decimal: | 27 116 n |
Value of n:
A799 native mode | A793 emulation | |
emulation |
| |
|
|
|
0 | = Code Page 437 | 0 = Code Page 437. |
1 | = Code Page 850 | Not 0 = Code Page 850 |
2 | = Code Page 852 |
|
3 | = Code Page 860 |
|
4 | = Code Page 863 |
|
5 | = Code Page 865 |
|
6 | = Code Page 858 |
|
7 | = Code Page 866 |
|
8 | = Code Page 1252 |
|
9 | = Code Page 862 |
|
10 = Code Page 737, Greek (in A799 native mode and A794 emulation)
12 = Code 857
Default: 0 (Code Page 437)
Selects the character set to be used. Look in “Appendix B: Resident Character Sets” in the A799 User Guide Programming Supplement for the character sets.
There are two codes for this command (See “Select international character code, 1B 52 n.) Both codes perform the same function.
Related information
The LEGACY emulation selection applies only to the command “Select international character code” (1B 52 n).
The LEGACY emulation generates the same as A799 native mode for the command “Select international character set” (1B 74 n).
Select or cancel upside-down print mode
ASCII | ESC { n | |
Hexadecimal | 1B 7B n | |
Decimal | 27 123 n | |
Value of n: | 0 | = Cancel |
| 1 | = Set |
Default: | 0 | (Cancel) |
Prints
Exceptions
The command is valid only at the beginning of a line.
It cannot be used with right side up characters on the same line.