- 
    Bug 
- 
    Resolution: Done
- 
    P1: Critical 
- 
    4.7.2
- 
        cec6c3ad52f6b4cdf04b70340ff7d15ebd8c7d26
URL encoding is not correctly handled in Symbian environment
Example:
QDesktopServices::openUrl(QUrl("http://www.google.fi/search?q=testme%20withspace"));
In this case, browser receives:
"http://www.google.fi/search?q=testme withspace"
"%20" should not be converted to an actual space. i.e. browser should receive:
"http://www.google.fi/search?q=testme%20withspace"