-
Notifications
You must be signed in to change notification settings - Fork 157
Text Escaping
Jake Aitchison edited this page Jan 20, 2023
·
5 revisions
The following escape characters will not be escaped in text segments and will be left as is:
-
\S\
- Component Separator (Default is^
) -
\Xxxxx\
- Hexadecimal data -
\Zxxxx\
- Locally defined character set -
\Cxxyy\
- Single-byte character set -
\Mxxyyzz\
- Multi-byte character set -
\H\
- Start Highlighting -
\N\
- End Highlighting (Normal Text) -
\.xx\
- Formatted Text escape characters (i.e.\.br\
begin new output line,\.sp1\
end current output line and skip 1 vertical space)