Hi All,
Can anyone elighten me on how to unencode URL Encoding (such as %20 etc). I'm currently relying on the unescape() function of JavaScript, which I'd like to avoid.
It might be important to add that I'm not actually unencoding an actual URL, just that the words/sentances have been encoded using this method so that they can be unencoded in Flash as well.
Thanks,
David Grant