Hi, I have what seems a simple issue but I was unable to solve.
I'm writing an application that login to an internet site. The problem is that the password contains a special character, À, but login fails. After a while I discovered that the problem is how qt converts the letter; instead of "%C0" as in every URL Encoded Characters Table, every qt method I used converts it in "%C3%80".
I tryed QByteArray::toPercentEncoding(), QUrl::toEncoded((FormattingOptions), Qurl::toString((FormattingOptions), without luck.
I'm using qt 5.7 on arch linux.
Thanks for your help.
Bookmarks