Unicode string normalization in C/C++

前端 未结 5 1689

Am wondering how to normalize strings (containing utf-8/utf-16) in C/C++. In .NET there is a function String.Normalize .

I used UTF8-CPP in the past but it does not prov

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-13 03:59

    As I wrote in another question, utf8proc is a very nice, lightweight, library for basic Unicode functionality, including Unicode string normalization.

提交回复
热议问题