
25 Mar
2012
25 Mar
'12
12:16 a.m.
On Sat, Mar 24, 2012 at 4:42 PM, Gabriel Dos Reis
Hmm, std::u16string, std::u23string, and std::wstring are C++ standard types to process Unicode texts.
Note that at least u16string is too small to encode all of Unicode and wstring might be as 16 bits is not enough to encode all of Unicode. -- Johan