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?

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *