miracle2k / android2po

Convert Android string resources to gettext, and back.
BSD 2-Clause "Simplified" License
126 stars 50 forks source link

Cannot process <item>\?</item> #66

Open brentinrochester opened 4 years ago

brentinrochester commented 4 years ago

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.