|
ns_urlencode Performs "URL encoding" on a given string
package require nstcl-http ?1.0?
package require nstcl ?1.0?::nstcl::ns_urlencode string
ns_urlencode performs URL encoding (see RFC 1738) on a given input string and returns the encoded result.
http, nstcl