What is the fate of wchar_t in c++0x?

What is the fate of wchar_t in c++0x considering the new character types char8_t, char16_t, and char32_t?

More importantly, what about std::wstring, std::wcout, etc?

Are the w* family classes deprecated?
Are there new std::ustring and std::Ustring classes for new character types?

14
задан deft_code 13 May 2011 в 20:33
поделиться