Re: A new problem.

2015-08-14 Thread Lyle
Hi, It sounds like the file is non UTF-8, in a French locale (probably ISO-885901, Windows-1252, or the mac equivalent) but you are trying to load it as UTF-8 (which may well be the default). I suspect if you save the text file as UTF-8 and try again it'll work. Lyle On 12/08/2015 16:32,

Re: A new problem.

2015-08-12 Thread Brent Laabs
Use « enc => "latin-1" » as an argument to open (method or class form) to change the character encoding. On Wed, Aug 12, 2015 at 8:32 AM, Christian Aperghis-Tramoni < christian.aperg...@lidil.univ-mrs.fr> wrote: > Now I hane rakudo on MoarVM working, I get an error I didn't have formerly > on par