EncodeTriplet function
function EncodeTriplet(Const Value: string; Delimiter: Char; Specials: TSpecials): string;
Unit
SynaCode
Description
Encode triplet encoding with given delimiter character. It is used for encoding quoted-printable or URL encoding.
See also:
EncodeQuotedPrintable, EncodeURL, EncodeURLElement