rfc1738_encode


Description:


public string? rfc1738_encode (string string)

Encodes string using the RFC 1738 recommendations: the <constant>&lt;&gt;&quot;#%{}|\^~[]&apos;`;/?:@=& amp;</constant> and space characters are replaced by <constant>&quot;%ab&quot;< /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