Indy 9
|
This file contains Classes and Methods that are used to implement encoders and decoders using the Quoted-Printable encoding scheme as decribed in the the Internet Standards document:
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.