Re: Problem with escaped string (url)
Re: Problem with escaped string (url)
- Subject: Re: Problem with escaped string (url)
- From: Eugene Lee <email@hidden>
- Date: Tue, 28 Aug 2001 05:28:12 -0700
- Mail-followup-to: email@hidden
On Tue, Aug 28, 2001 at 01:45:38PM +0200, peter goedtkindt wrote:
:
: I'm actually no Cocoa programmer, but mayby this info can help you in
: understanding the special status of "+":
:
: The plus character is also the url-escape character for the "space".
: You can escape a space as "+" or " ". This is a pain in the *&# when
: coding the unescape routines, and the origin is probably historical.
ColdFusion and PHP also replaces spaces with plus signs in their URL
encoding functions. Is this behavior specified in some RFC?
--
Eugene Lee
email@hidden