Join Slack
Powered by
Is it expected that unicode characters in strings ...
# moko
k
kevin.cianfarini
10/31/2023, 3:11 PM
Is it expected that unicode characters in strings files don’t get properly coerced to the unicode escape sequence? Eg.
\u0A00
gets converted to
U0A00
as characters and not rendered as a nonbreaking space.
kevin.cianfarini
10/31/2023, 3:11 PM
I found this related issue from 2022.
https://github.com/icerockdev/moko-resources/issues/376
5
Views
Open in Slack
Previous
Next