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.
- [julia-users] split a utf-8 string Lex
- [julia-users] Re: split a utf-8 string James Gilbert
- [julia-users] Re: split a utf-8 string elextr
- Re: [julia-users] Re: split a utf-8 string Pontus Stenetorp
- Re: [julia-users] Re: split a utf-8 str... Dan
- Re: [julia-users] Re: split a utf-... Steven G. Johnson
- Re: [julia-users] Re: split a ... Steven G. Johnson
