Encodes string using the RFC 1738 recommendations: the
<constant><>"#%{}|\^~[]'`;/?:@=&</constant> and space characters are replaced by
<constant>"%ab"</constant> where
<constant>ab</constant> is the hexadecimal number corresponding to the character.
Encodes string using the RFC 1738 recommendations: the <constant><>"#%{}|\^~[]'`;/?:@=&</constant> and space characters are replaced by <constant>"%ab"</constant> where <constant>ab</constant> is the hexadecimal number corresponding to the character.