My current plan is to unescape as little as possible in L20n and add unescapes
when we see them necessary.
For v3 that means we will unescape:
- string enclosing character (`"` or `'`)
- unicode \uXXXX
- `\` character
- `{{` in string values (but not in string expressions)
Yes, that means that for now we will not unescape \n, \t, \r etc.
Let me know what you think about this approach.
zb.
_______________________________________________
tools-l10n mailing list
[email protected]
https://lists.mozilla.org/listinfo/tools-l10n