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
olonho
09/18/2019, 7:35 AM
Utf8
n
napperley
09/19/2019, 1:05 AM
@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?