Hi Peter,
The Qt docs state explicitly that a conversion to and from UTF-8 takes place. That even seems correct according to RFC-3986:
...
I didn’t find any reference to UTF-8 in RFC-1738 (more...)
Hi Petr,
Yes, this was my first idea how to do it, however there is one major problem with QUrl encoding - it’s converting input data into utf-8 before they’re actually (more...)
Hi Peter,
thanks for your comments! I'll try to explain why I've made things the way they are.
I was just having a look at TrackerRequestDriver and it occurred to me that (more...)
Hi Petr,
I was just having a look at TrackerRequestDriver and it occurred to me that QUrl might be extremely helpful for handling the query string parameters - have a look (more...)