DecodeTriplet function

function DecodeTriplet(Const Value: string; Delimiter: Char): string;

Unit
SynaCode

Description
Decodes triplet encoding with a given character delimiter. It is used for decoding quoted-printable or URL encoding.


See also:
DecodeQuotedPrintable, DecodeURL