Hi!

Is there a way in Qt to remap UTF-8 encoded special characters (in some languages they would call them accents) to their non-special (unaccented) characters?

e.g. convert à to a, é to e, etc...

I know I could try to convert each character one by one but I figured there's probably already something in Qt for that..

Thank you!

Nick