July 23, 2010
10:44 a.m.
On 07/23/2010 04:09 AM, Schwab,Wilhelm K wrote:
Hello all,
I got an error (on Ubuntu 9.10) trying open an old text file that I created on Windows some time ago. The encoding (if gedit's save-as dialog can be trusted??) is Western ISO-8859-15; resaving as utf8 lets me read it.
So, is Pharo working by design? Did I do the correct/only thing needed to read the file?
You need to pass the encoding to the file stream. Cheers Philippe