moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Escape characters being rendered for Android target

Open jollygreenegiant opened this issue 1 year ago • 1 comments

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\&apos;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

jollygreenegiant avatar Dec 17 '23 19:12 jollygreenegiant

please try 0.24.0-beta-4

ExNDY avatar May 21 '24 17:05 ExNDY