The input equivalence classes used by the encoder.
Declared in <bdlde_quotedprintableencoder.h>
enum EquivalenceClass;
| Name | Description |
|---|---|
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. |