TKE_Text_With_Encoding
Opcode
ASCII |
x |
Hexadecimal |
78 |
Decimal |
120 |
Operands
Point position,
Byte encoding,
Variable length,
(length)xByte string
position |
reference point of the text |
encoding |
format of text data |
length |
length of the string. Value is a Byte, but if the value is 254,
the real length follows as an additional Short, or if 255 as an additional Long. |
string |
text string |
Notes
Text string is inserted into the currently open segment. The interpretation of the string
data is dependent on the specified encoding.
Encodings:
0 |
ISO Latin One (ISO-8859-1, 8-bit values) |
1 |
ISO Latin (ISO-8859, mixed 8 & 16-bit values) |
2 |
JEC (Shift-JIS, based on JIS-208, mixed 8 & 16-bit values) |
3 |
EUC (Extended Unix Code, mixed 8 & 16-bit values) |
2 |
Raw 16-bit values (direct 16-bit font indices) |
3 |
Unicode (16-bit proper subset of ISO-10646) |
Version 6.00 and before only supported a simple Byte length.
|