Top "Unicode-string" questions

Use this tag for questions related to a Unicode String, such as UTF-8.

How do I use 3 and 4-byte Unicode characters with standard C++ strings?

In standard C++ we have char and wchar_t for storing characters. char can store values between 0x00 and 0xFF. …

c++ string stl stdstring unicode-string