Is it expected that unicode characters in strings ...
# moko
k
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.
I found this related issue from 2022. https://github.com/icerockdev/moko-resources/issues/376