Unicode strings normalization

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • turbovince

    #1

    Unicode strings normalization

    Hello,

    I'm writing methods that receive an UTF8 C-String from a SOAP Server
    and I'd need to normalize it so that accents and similar characters
    get removed.

    So in fact, I want to achieve the Unicode NDF (Normalization Form D),
    something like:



    Anyone is familiar with handling Unicode strings in C++? Any reliable
    library that could help me normalize the strings?

    Thank you.

Working...