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.
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.