Posts tagged unicode
-
Unicode Text Processing in C++ — Part 2: Grapheme Clusters and Performance
What a character actually is. How to iterate grapheme clusters with ICU. Benchmarks and where Unicode processing matters. Part 2 of 2.
-
Unicode Text Processing in C++ — Part 1: Normalization and Case-Folding
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.