We’re using Android XML files and noticed that if the strings are enclosed in CDATA tag, the single quotes in translations are not being escaped. That makes our build crash.
Escaping quotes with backslashes is required by our system even for CDATA strings. Any workaround to solve it quickly?
Yes, we have a special script for such cases so you will get escaped quotes for all strings, even those included in CDATA tag. Can you please tell me your project ID? I will apply the mentioned script to it and you’ll get the correct strings on export
Hi @maxrave, I’ve linked the script with your project (for Android files, to escape apostrophes in CDATA). Please try to build the project to confirm how it works for you.
We’ll keep an eye on this thread because it has been 4 years since the last time this processor was used, maybe it’s a little “rusty”