Version: 0.3.33 (using 4.3.95 (KDE 4.3.95 (KDE 4.4 RC2)), 4.3.95-1.fc12 Fedora) Compiler: gcc OS: Linux (i686) release 2.6.31.12-174.2.3.fc12.i686 when dropping the following url (from konqueror) onto rekonq: http://eigen.tuxfamily.org/index.php?title=ChangeLog the "?" gets converted to "%3" also, whitespace is not stripped from a url, so when pasting a url with a space character at its end, a "%20" is appended after pressing enter - just enter "www.google.com " to reproduce this. i'm using rekonq from git
Created attachment 40327 [details] possible fix: convert url to ascii before converting it with .toEncoded() EDIT: nevermind, breaks punycode of course... not sure if this completely defeats the purpose of .toEncoded()...
Fixed: http://gitorious.org/rekonq/mainline/commit/821a246