[
Lists Home |
Date Index |
Thread Index
]
Diana Castillo wrote:
> Anyone have an idea why when I send the character '+' using curl, the
> recipient doesnt recieve that character?
>
I assume you're "sending" a URL. This isn't really an XML question but
the answer is simple. + is defined in the URL spec as an escape for the
space. Sending + is the same as sending %20. If you really want to send
a + sign in a URL you need to encode it as %2B.
--
Elliotte Rusty Harold elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
|