debian man page for ns_urlencode

Query: ns_urlencode

OS: debian

Section: 3aolserv

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ns_urlencode(3aolserver)				    AOLserver Built-In Commands 				  ns_urlencode(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_urlencode - URL encode a string.
SYNOPSIS
ns_urlencode string _________________________________________________________________
DESCRIPTION
Encodes given string according to the encoding defined in RFC #1738, Uniform Resource Locators. The command encodes all non-alphanumeric characters in data. The encoding for a character is a "%" followed by the two-character hexadecimal representation for the character.
EXAMPLE
The following command: ns_urlencode "http://www.aolserver.com/redirect.adp?url=http://www.aol.com&t=1,2,3" returns: http%3a%2f%2fwww%2eaolserver%2ecom%2fredirect%2eadp%3furl%3dhttp%3a%2f%2fwww%2eaol%2ecom%26t%3d1%2c2%2c3
SEE ALSO
ns_urldecode(n)
KEYWORDS
encoding, url AOLserver 4.0 ns_urlencode(3aolserver)
Related Man Pages
ns_log(3aolserv) - debian
ns_parseurl(3aolserv) - debian
ns_seturltofileproc(3aolserv) - debian
ns_skipurl(3aolserv) - debian
ns_crypt(3aolserv) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?