Implements an encoder for the Quoted-Printable encoding scheme.
TIdEncoderQuotedPrintable = class(TIdEncoder);
TIdEncoderQuotedPrintable is a TIdEncoder descendant that implements the encoding algorithm for the Quoted-Printable encoding scheme. TIdEncoderQuotedPrintable will convert values in the manner described in the Internet Standards document:
Use TIdDecoderQuotedPrintable to return Quoted-Printable values to their un-encoded state.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|