Internet Direct (Indy)
|
Implements a decoder for the Quoted-Printable encoding scheme.
TIdDecoderQuotedPrintable = class(TIdDecoder);
TIdDecoderQuotedPrintable is a TIdDecoder descendant that implements the decoding algorithm for the Quoted-Printable encoding scheme.
TIdDecoderQuotedPrintable will convert values that have been encoded using TIdEncoderQuotedPrintable to their original un-encoded state.
TIdDecoderQuotedPrintable conforms the decoding algorithm as described in the Internet Standards document:
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |