Internet Direct (Indy)
|
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.
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. |