Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Load Variables without URL encoding
From: RedStar
Date: Sat, 8 Jan 2000 22:08:07 GMT

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 helpatchinwag [dot] com


Replies
  Re: Re: FLASH: Load Variables without UR, Sven Haiges

Replies
  FLASH: Load Variables without URL encodi, Sven Haiges
  Re: FLASH: Load Variables without URL en, Alias

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]