On Sat, Mar 24, 2012 at 4:42 PM, Gabriel Dos Reis <gdr at integrable-solutions.net> wrote: > 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