5 std::wstring wempty(L"");
6 std::wstring s(L"hello world! מזל טוב!");
7 std::wstring S(L"!!!!");
8 const wchar_t *mazeltov = L"מזל טוב";
10 std::string q("hello world");
11 std::string Q("quite a long std::strin with lots of info inside it");
12 std::basic_string<unsigned char> uchar(5, 'a');
13 S.assign(L"!!!!!"); // Set break point at this line.