----- Original Message ----- From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Thoren Johne" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 3:05 PM Subject: Re: URL encoding
> > <p><a href="?name=mein%20name">escmode 3</a></p> > > <p><a href="?t1=hallo%20welt&t2=umlaut%20�">escmode 3</a></p> > > > > you see - the 'name=mein+name' never appears, > > it is "mein%20name" which is perfectly correct url encoded. hmm... RFC1630 says: | QUERY STRINGS | [...] | Within the query string, the plus sign is reserved as shorthand | notation for a space. Therefore, real plus signs must be encoded. | This method was used to make query URIs easier to pass in systems | which did not allow spaces. at least the german embperl docu show an example where <A HREF="http://host/script?name=[+$n+]> is expanded to http://host/script?name=Mein+Name ... that's why i ask at all :) regards thoren 8#X --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
