v171002
-
Change the syntax of mapping files to allow escape sequences in the key and value strings.
Mappings now have the format
"<key>"="<value>"
and inside the quoted strings, all escape
sequences understood by the pythonstring_escape
encoding are supported.The old syntax can be enabled by the
--mappings-are-raw
command line flag.