LearningOOPWithPharo icon indicating copy to clipboard operation
LearningOOPWithPharo copied to clipboard

Isogramme

Open Ducasse opened this issue 6 years ago • 2 comments

(ZnClient new get: 'https://raw.githubusercontent.com/SquareBracketAssociates/ LearningOOPWithPharo/ master/resources/listeDeMotsAFrancaisUTF8.txt') utf8Decoded lines

Ducasse avatar Oct 12 '19 08:10 Ducasse

In most cases (99%), .txt files are served so that they are automatically decoded correctly as text. Hence the #utf8Decoded is not needed.

(ZnClient new get: 'https://raw.githubusercontent.com/SquareBracketAssociates/LearningOOPWithPharo/master/resources/listeDeMotsAFrancaisUTF8.txt') lines.

svenvc avatar Oct 12 '19 08:10 svenvc

Thanks!

Ducasse avatar Oct 12 '19 10:10 Ducasse