EncodeTriplet function

function EncodeTriplet(Const Value: string; Delimiter: Char; Specials: TSpecials): string;

Unit
SynaCode

Description
Performs triplet encoding with a given character delimiter. Used for encoding quoted-printable or URL encoding.

See also:
EncodeQuotedPrintable, EncodeURL, EncodeURLElement