[Etoys] Squeak VM status concerning language encodings

Yoshiki Ohshima yoshiki at vpri.org
Mon Dec 3 17:34:47 EST 2007


>   Reading part is just like in a Workspace:
> 
>   f := FileStream 'devanagari.txt'.
>   f converter: UTF8TextConverter new.  "this is set by default and not
>                                         necessary, but to show the idea."
>   str := f contentsOfEntireFile.
>   str inspect.

  The first line should read:

  f := FileStream readOnlyFileNamed: 'devanagari.txt'.

sorry...

-- Yoshiki


More information about the Etoys mailing list