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...)
Hi Petr,
You can check my new branch at http://bzr.calitko.org/developers/s3rvac/calitko/ - I’ve fixed all errors that are produced when compiling with `std=c++98 -pedantic -Wno-long-long` so it can be compiled now (more...)
Hi Peter,
I converted your warnings.txt file into extra-warnings.prf and added it to the project in rev 114. This qmake project feature is disabled by default and if someone wants to (more...)
Hi Petr,
I converted your warnings.txt file into extra-warnings.prf and added it to the project in rev 114. This qmake project feature is disabled by default and if someone wants to (more...)
But it's strange that my change is logged after yours and I don't remember seeing your change... who knows, maybe it was there but I failed to see. Yes, it (more...)
Actually, trac wiki cannot do that ;(. I had to copy&paste my text, open&edit the changed version, paste that text into it and submit. I got something like 'You cannot (more...)