Trying to figure out what character encoding is be...
# kotlin-native
n
Trying to figure out what character encoding is being used for terminal input. Writing the terminal input to a file as
CPointer<ByteVar>
works fine, however if the terminal input is written as a Kotlin String (eg
data.cstr
) then the text in the output file looks garbled.
o
Utf8
n
@olonho - I have uploaded two text files so you can see what issues I have encountered. Are the issues I am encountering related to character encoding?