How well is Unicode supported in C++11?
How well does the C++ standard library support unicode? Terribly. A quick scan through the library facilities that might provide Unicode support gives me this list: Strings library Localization library Input/output library Regular expressions library I think all but the first one provide terrible support. I’ll get back to it in more detail after a … Read more