[Kde-imaging] [Bug 131343] Sending images from digikam fails if directory name contains parentheses
Achim Bohnet
ach at mpe.mpg.de
Thu Aug 10 02:11:40 CEST 2006
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=131343
------- Additional Comments From ach mpe mpg de 2006-08-10 02:11 -------
Just for the record, what was discussed on IRC
URL encoding is described in
http://www.ietf.org/rfc/rfc1738.txt Search for 'Unsafe:'
to find that chars that have to be escaped. '(' and ')'
are not in this list.
KURL::setPath() 'only' encodes "/ <>#\"&%?={}|^~[]\'`\\:+
Unless the xfeDoCommand uses '(' and ')' for it own
purposes, thunderbird should accept them unescaped (->bug)
Achim
More information about the Kde-imaging
mailing list