android2po icon indicating copy to clipboard operation
android2po copied to clipboard

Cannot process <item>\?</item>

Open brentinrochester opened this issue 6 years ago • 0 comments

Trying to process the string-array entry <item>\?</item> fails after an init followed by export. The escape character is removed, creating invalid XML: <item>?</item>

A sample source tree is available here name="ram_states" becomes corrupted.

brentinrochester avatar Dec 06 '19 00:12 brentinrochester