[Bug 159017] URLs are converted to lower case
Sebastian Sauer
mail at dipe.org
Mon Mar 10 22:48:10 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=159017
------- Additional Comments From mail dipe org 2008-03-10 22:48 -------
hmmmm, then I got probably really something totaly wrong.
The KDE3 KUrl solution did use those [Protocol] desktop-files and evaluated there the URIMode to differ between URL and raw mode. But the testcases all test only the URL mode.
So, with URL-mode;
KUrl("ed2k:/SomeString/OtherString") => "ed2k:/somestring/OtherString"
With RAW-mode;
KUrl("ed2k:/SomeString/OtherString") => "ed2k:/SomeString/OtherString"
ed2k (aka donkey), magnet and sig2dat are all raw-mode aka URIMode=rawuri
http://websvn.kde.org/branches/extragear/kde3/network/kmldonkey/scripts/ed2k.protocol?view=markup
http://websvn.kde.org/branches/extragear/kde3/network/kmldonkey/scripts/magnet.protocol?view=markup
http://websvn.kde.org/branches/extragear/kde3/network/kmldonkey/scripts/sig2dat.protocol?view=markup
More information about the Kdelibs-bugs
mailing list