Use the following commands for encoding characters.
Command | Description | Notes |
---|---|---|
\' HH | Single 8-bit character. |
HH must be a 2 digit hex value. |
\u N | Single Unicode character. |
N is a signed 2 byte integer and thus a Unicode value greater than 32767 must be expressed as a negative number. |
\uc N | Unicode character size. |
Number of bytes corresponding to given Unicode character. |
\loch | Characters from low-ANSI area follow. |
|
\hich | Characters from high-ANSI area follow. |
|
\dbch | Double-byte characters follow. |
|