Archive for 29. June 2007

class Uri
Dear all, I had a look at QUrl with the intent to see how it could be reused for our class Uri. I wanted to extend QUrl by deriving from it (more...)
Re: TrackerRequestDriver feedback
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...)
Re: TrackerRequestDriver feedback
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...)
Re: TrackerRequestDriver feedback
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...)
TrackerRequestDriver feedback
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...)