Module "encode_url"
===================

URL encoder
 
function encode_url(text);
--------------------------

This function URL encodes a string. All charachters except [a-zA-Z0-9]
are encoded.

This function is designed to be used with the encoding/quoting operator (::).
 
