DecodeTriplet function
function DecodeTriplet(Const Value: string; Delimiter: Char): string;
Unit
SynaCode
Description
Decode triplet encoding with given delimiter character. It is used for decoding quoted-printable or URL encoding.
See also:
DecodeQuotedPrintable, DecodeURL