Open brentinrochester opened 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>
<item>\?</item>
<item>?</item>
A sample source tree is available here name="ram_states" becomes corrupted.
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.