rfc1738Encode

fnstring 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