id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9452,split + is_any_of on char16_t splits on zero character,cool.pepyaka@…,Marshall Clow,"boost::algorithm::split + boost::algorithm::is_any_of on char16_t* splits given string on zero character, which differs from the char* version. Pseudo-example: - split(""a\0b"", ""X"") -> (""a\0b"") - split(u""a\0b"", u""X"") -> (""a"", ""b"") There's a workaround of wrapping u""X"" in a std::u16string, which works perfectly well.",Bugs,new,To Be Determined,algorithm,Boost 1.54.0,Problem,,split is_any_of char16_t,