rfc1738Encode
fn
string rfc1738Encode(string string_)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.
Parameters
string_ | a string to encode |
Returns
a new string