jellspace

URL Encoder

Use this to encode filenames in URLs when they contain hyphens, spaces, or any other special characters. These filenames present issues when they are passed as arguments to PERL scripts or when used in URLs and hyperlinks in Netscape.

Paste or type the text you
want to encode/unencode here:

Was this what you were looking for?
Or were you looking for information about how to encode URLs in your scripts?

If you want to encode URLs in Javascript, use the built in escape() and unescape() functions. For an example of this, look at the source of this document.

To encode URLs in Perl scripts, i suggest using the URI::Escape module. Check it out in Perl Documentation here.

« back to jellspace ««

©2000 Christian MacAuley