rfc1738_encode
Description:
Encodes string
using the RFC 1738 recommendations: the <constant><>"#%{}|\^~[]'`;/?:@=&
amp;</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 or null |
Namespace: Gda
Package: libgda-6.0