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:
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|