mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
and use fully quoted strings for cases which have characters that need to be encoded old: tag=foo\"bar\" -> new: tag=foo"bar" or tag="foo\"bar\"" old: tag=foo\nbar -> new: tag="foo\nbar" falls back to raw tag values if a quoted string cannot be parsed