Re: next ISO C++ standard
Victor Bazarov wrote:
> James Kanze wrote:
>> [..]
>> The next version of the C++ standard will require char16_t and
>> char32_t, using UTF-16 and UTF-32, respectively. And there will
>> be no less than 10 different types of string literals.
>
> Ten? I can only see four: regular ("blah"), UTF-16 (u"blah"), UTF-32
> (U"blah"), and wide (L"blah"). What are the other six?
>
> V
Raw (R"....")
UTF8 (u8"....")
And I think the Raw comes in the various UTF and wide flavors, as well,
but I'm not sure.
|