URL encoding: Difference between revisions

m
(icon)
Line 45:
 
{{libheader|Icon Programming Library}}
[http://www.cs.arizona.edu/icon/library/src/procs/hexcvt.icn hexcvt provides hexstring]
 
Output:<pre>text = "http://foo bar/"
encoded = "http%3A%2F%2Ffoo%20bar%2F"</pre>
 
=={{header|J}}==
Anonymous user