I’ve read and heard that C++11 supports Unicode. A few questions on that:
- How well does the C++ standard library support Unicode?
- Does
std::string
do what it should? - How do I use it?
- Where are potential problems?
I’ve read and heard that C++11 supports Unicode. A few questions on that:
std::string
do what it should?