Version 0.3.12, udate to 5 ?

W dniu środa, 19 października 2016 14:56:15 UTC+2 użytkownik Milan 
Bouchet-Valat napisał:
>
> Le mercredi 19 octobre 2016 à 04:46 -0700, program...@gmail.com 
> <javascript:> a 
> écrit : 
> > Data file is coding UTF8 but i cant procedsed this datain Julia ? 
> > What wrong ? 
> > 
> > o=open("data.txt") 
> > 
> > julia> temp=readline(io) 
> > "3699778,13,2,gdbiehz jablej gupując szybgi Injehnej dg 26 
> > paździehniga,1\n" 
> > 
> > julia> temp[61:65] 
> > "aźdz" 
> > 
> > julia> findin(temp[61:65],"d") 
> > ERROR: invalid UTF-8 character index 
> >  in next at utf8.jl:64 
> >  in findin at array.jl:1179 
> You didn't say what version of Julia you're using. The bug seems to 
> happen on 0.4.7, but not on 0.5.0, so I'd encourage you to upgrade. 
>
> (Note that in general you shouldn't index into strings with arbitrary 
> integers: only values referring to the beginning of a Unicode code 
> point are valid.) 
>
>
> Regards 
>
 

Reply via email to