Does this change at all based on native compiled a...
# kotlin-native
b
Does this change at all based on native compiled arch?
o
it is always utf-16 on all platforms
and convertors to utf-8 and utf-32 C data are available for interop
👍 2
b
Swift 5 is switching to UTF-8, which made me think to ask
n
Wouldn't Kotlin Native need to convert strings from UTF-16 to UTF-8 on Linux?
b
Oh I didn’t mean to imply it was an issue. I was just curious