On Sunday, November 22, 2015 at 10:02:03 AM UTC+10, James Gilbert wrote:
>
> The spaces in your string are '\u3000' the ideographic space. 
> isspace('\u3000') returns true, and split(s) is supposed to split on all 
> space characters, so I think this might be a julia bug.
>


Or a documentation bug, the actual default is only the ASCII spaces 
https://github.com/JuliaLang/julia/blob/master/base/strings/util.jl#L62
 

Reply via email to