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.

Reply via email to