Hello Tomas, I tried to run
f = open(filename) f_bytes = readbytes(f) text = UTF8String(f_bytes) but i get the same error I got for f = open(filename) text = readall(f) Thank you for the reply, Alberto Il giorno lunedì 25 gennaio 2016 07:00:45 UTC+1, Tomas Lycken ha scritto: > > Try converting from binary to text with UTF8String instead of ASCIIString > - then all characters should display correctly. > > //T >
