Convert Android string resources to gettext, and back.
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
brentinrochester opened this issue 5 years ago · 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>
<item>\?</item>
<item>?</item>
A sample source tree is available here name="ram_states" becomes corrupted.