Tokenize a Unicode string to make a string set, using whitespace, comma, and semicolon as delimiters
void tokenizeW(const wchar_t * ws);
tokenizeW Method