Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: Re: FLASH: Load Variables without URL encoding |
From: | Sven Haiges |
Date: | Wed, 12 Jan 2000 09:15:27 GMT |
Hi Redstar,
I am using spaces as well as some special characters: : / ? for example:
aktuell=Come and drink a coffee.&url=http://www.flavor.de
This is not exactly the line I am using, but very similar.
But OK, I see that it is better to use URLencoding. If I will have the
text-file written via CGI, I do not even have to transform the data, because it
is already URLencoded (and so it is less work).
thanx,
sven
> Alias and Sven,
>
> URLencoding establishes an identity mapping for a subset of the ASCII
> set. [a-z], [A-Z] and [0-9] are kept as is, the space is transformed
> into a plus sign and all other ASCII chars are converted to hex
> representation with a leading % sign.
> So in the case of Sven's text file this works just because he is :
> -not using spaces
> -not using ASCII chars outside the identity mapping
> If any of these should happen then he would detect a failure.
> URLencoding is a very simple procedure and it's best to be on the safe
> side and use it instead of assuming that your data will be all in the
> identity subset.
>
> redstar.
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
--
Sent through Global Message Exchange - http://www.gmx.net
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Load Variables without URL en, RedStar
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]