Skip to content

v171002

Compare
Choose a tag to compare
@frej frej released this 02 Oct 11:12
· 188 commits to master since this release
  • 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 python string_escape encoding are supported.

    The old syntax can be enabled by the --mappings-are-raw command line flag.