BloombergLP::bdlde::QuotedPrintableEncoder::EquivalenceClass

The input equivalence classes used by the encoder.

Synopsis

Declared in <bdlde_quotedprintableencoder.h>

enum EquivalenceClass;

Members

NameDescription
e_PC Printable character; copy straight to output.
e_CR Carriage return; wait for more input.
e_LF Line feed; complete a linebreak.
e_WS Whitespace; buffer and wait for more input.
e_CC Control character; encode to Quoted-Printable.