miracle2k / android2po

Convert Android string resources to gettext, and back.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot process <item>\?</item>

brentinrochester opened this issue · comments

commented

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.