If I put url http://www.äsdf.de/bla/bla
into QUrl
, how can I then restore url with original symbols?
It's ok that QUrl
will fix some characters, but I'd like to display original äsdf
in url instead of xn--sdf-pla
.
I am aware about QString QUrl::fromAce(const QByteArray &domain)
, but it requires QByteArray
instead of QUrl
instance.