Hi sven
the web site I was using remove the file for my book.
So I copied the file on github.
When I open the file with texmate it tells that the encoding is western-latin1
but when I try to load it as follow I get an UTF-8 illegal error.
| lines |
lines := (ZnDefaultCharacterEncoder
value: ZnCharacterEncoder latin1
during: [
ZnClient new
get:
'https://raw.githubusercontent.com/SquareBracketAssociates/LearningOOPWithPharo/master/resources/listeDeMotsFrancaisFrGut.txt'
]) lines.
Do you have any idea?
Tx
Stef