moko-resources
moko-resources copied to clipboard
Escape characters being rendered for Android target
I have a string defined as follows:
<string name="private_reading_info_summary">Don\'t allow others to see your book lists on your profile</string>
I would expect that apostrophe in "don't" to be escaped, so that it shows the apostrophe in the rendered text. However, this string is built to this:
<string name="private_reading_info_summary">Don\'t allow others to see your book lists on your profile</string>
and renders like this:
Don\t allow others to see your book lists on your profile
It renders the escape character, but not the apostrophe. Tested on version 0.23.0
please try 0.24.0-beta-4