You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve#185.
Resolve#187.
Add new `charactersEscapedInAttributes` and `charactersEscapedInElements` properties on `XMLEncoder` that allow customizing how certain characters are escaped.
ResolveCoreOffice#185.
ResolveCoreOffice#187.
Add new `charactersEscapedInAttributes` and `charactersEscapedInElements` properties on `XMLEncoder` that allow customizing how certain characters are escaped.
In xliff exported by Xcode, most of the time there is a note element, like this
When decoded and encoded by XMLCoder, the "s in the element's value are escaping.
Both are accepted by Xcode. Just the latter is not as clear as the prior in raw format for human reading.
The text was updated successfully, but these errors were encountered: