Tagged Questions
11
votes
3answers
2k views
Is there an STL and UTF-8 friendly C++ Wrapper for ICU, or other powerful Unicode library
I need a good Unicode library for C++. I need:
Transformations in a Unicode sensitive way. For example sort all strings in a case insensitive way and get their first characters for index. Convert ...