DecodeQuotedPrintable function

function DecodeQuotedPrintable(Const Value: string): string;

Unit
SynaCode

Description
Decode string from quoted printable form. (decodes triplet sequences like '=7F')

See also:
DecodeTriplet, EncodeQuotedPrintable