RE: [Boost-users] Can boost::tokenizer tokenize 2byte character string?
20 Sep
2004
20 Sep
'04
5:28 p.m.
Gennadiy Rozental
If it 2byte why are you using boost::char_separator<char>?
Shouldn't you be using boost::char_separator
?
I think Lee Joo-Young is talking about multibyte strings in an encoding such as GB2312 and Shift_JIS that uses 1 or 2 bytes per character rather than wide strings that use a fixed 2 bytes per character on certain platforms (or rather, used to until UTF-16 came along). Ben.
7361
Age (days ago)
7361
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ben Hutchings