Encoding for "application/x-www-form-urlencoded" content type
-
To my surprise I couldn't find any function in Qt 4.7 that would do the following work: convert a given buffer (QByteArray) from
percent encoding into "html form" variation of percent encoding. I guess I should write that myself, or search for implementation in WebKit sources.
Would someone know if Qt 4.7 already have such a feature laying hidden somewhere?
Cheers, Vedran -
Because there isn't one in 4.7 :( but one is planned for 4.8: