Character encoding character-encoding

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 a given Unicode character.
\loch
Characters from the low-ANSI area.
\hich
Characters from the high-ANSI area.
\dbch
Double-byte characters follow.
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49