[Issue 1346] std.uri.decode/decodeComponent do not decode '+' plus
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 3 13:02:23 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1346
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
Summary|std.uri.decode/decodeCompone|std.uri.decode/decodeCompone
|nt do not decode '+' plus |nt do not decode '+' plus
------- Comment #1 from bugzilla at digitalmars.com 2007-09-03 15:02 -------
They are not supposed to decode '+'. URI encode/decode are supposed to be
reversible operations, and changing '+' to ' ' is not reversible.
--
More information about the Digitalmars-d-bugs
mailing list