Contains Classes used to implement encoders and decoders using the Quoted-Printable encoding scheme.
IdCoderQuotedPrintable.pas contains Classes and Methods that are used to implement encoders and decoders using the Quoted-Printable encoding scheme as described in the the Internet Standards documents:
The Quoted-Printable encoding scheme is intended to represent data that largely consists of octets that correspond to printable characters in the US-ASCII character set. It encodes the data in a way that minimizes the chances of the message content being modified by a mail transport. The quoted-printable encodings transforms input into characters in the "7bit" range.
Class |
Description |
Implements a decoder for the Quoted-Printable encoding scheme. | |
Implements an encoder for the Quoted-Printable encoding scheme. |
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|