apcurium/resxible

Existing Android String Value is not Properly Encoded

matthieugd opened this issue · 0 comments

If the existing Android Strings.xml file has a resource with an ampersand then when it's written back on the generated Strings.xml file the value is invalid.

Example:
<string name="Settings_DateTime">Date &amp; Time</string>

become
<string name="Settings_DateTime">Date & Time</string>