A795 User Guide: Programming Supplement
Chapter 4: Programming commands
59
Select international character set
ASCII:
ESC t n
Hexadecimal:
1B 74 n
Decimal:
27 116 n
Value of n:
A795 native mode
A793 emulation
TM-T88 emulation
(1B 52 n only)
0 = Code Page 437
0 = Code Page 437
0 = U.S.A.
1 = Code Page 850
Not 0 = Code Page 850
1 = France
2 = Code Page 852
2 = Germany
3 = Code Page 860
3 =-U.K.
4 = Code Page 863
4 = Denmark I
5 = Code Page 865
5 = Sweden
6 = Code Page 858
6 = Italy
7 = Code Page 866
7 = Spain
8 = Code Page 1252
8 = Japan
9 = Code Page 862
9 = Norway
10 = Code Page 737, Greek (only in A795 native mode)
Default:
0 (Code Page 437)
Selects the character set to be used. Look in “Appendix B:
Resident Character Sets” in the A795 User Guide
Programming Supplement for the character sets.
There are two codes for this command. Both codes
perform the same function.
Related information
The TM-T88 emulation selection applies only to the
command “Select international character set” (1B 52 n).
The TM-T88 emulation generates the same as A795 native
mode for the command “Select character code table”
(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 upside-down characters. The command may be
combined with clockwise rotated print (1B 56) or counter
clockwise rotated print (1B 12). The character order is
inverted in the buffer so text is readable. Only bit 0 is
used. Bits 1-7 are not used. See summary of rotated
printing in this document for more information.
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.