Name
Escape characters
Synopsis
Unibase support for escape characters in forms etc.
Description
Unibase has limited support for escape character sequences in forms or places where forms can be used. eg -a in ubdump.
The supported sequences are the standard C single character sequences such as \n or \t.
Also support is octal sequences \[0-7]…[0-7]. Up to three digits in the range 0-7. Conversion stops after three characters or at the first non-octal character.
Support for HEX and UTF is more complex and not implemented at this time.