Skip to content
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)
Clone this wiki locally