Both of the following work for me:

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

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

Of course, the URL has to be on 1 line without newlines or other breaks that 
could result from copy/pasting.

> On 13 Jan 2018, at 15:44, Photon <[email protected]> wrote:
> 
> Oh yes of course... that`s what im saying. I did post it actually allready
> twice but the forum seems to delete raw text.  So i have to post and then
> edit to put then tet back in every time.  But yes here is the code:
> 
> 
> 
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
> 


Reply via email to