https://kotlinlang.org logo
#moko
Title
# 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.
I found this related issue from 2022. https://github.com/icerockdev/moko-resources/issues/376
2 Views