String != [Char]

Johan Tibell johan.tibell at gmail.com
Sun Mar 25 01:16:43 CET 2012


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



More information about the Haskell-prime mailing list