Beyond std::string: Unicode Text Processing in C++ — Part 1: Normalization and Case-Folding
· 10 min read
Why std::string fails at Unicode comparison. How normalization and case-folding fix it, and why the C++ standard can't ship Unicode. Part 1 of 2.