Predicate defaultEscapeMap
An escape map that escapes newlines, carriage returns, and tabs, to \n, \r, and \t
respectively.
See the Escape module for more details on how to use this escape map.
Import path
import qtil.strings.Escapepredicate defaultEscapeMap(Char real, Char escaped)