-
Notifications
You must be signed in to change notification settings - Fork 163
Text Escaping
Duane Edwards edited this page Jun 6, 2016
·
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)