Export for Android without quotes
Android export uses quotes for strings. This leads to ignored control characters. E. g. special characters like a dash (–) is displayed as a string "–" if set under quotes but should be "-".
Add a setting for export without quotes would be useful.
1
vote

Please note that we escape & < and > from the interface. But you could have them untouched if you enclose them in cdata.
Alternatively, you can simply put a dash instead of the code in the string and import it as such.
-
Anonymous commented
I tried to add CDATA and POEditor transformed < to < and this broke my build.