The input equivalence classes used by the encoder.
Synopsis
Declared in <bdlde_quotedprintableencoder.h>
enum EquivalenceClass;
Members
Name |
Description |
|
Printable character; copy straight to output. |
|
Carriage return; wait for more input. |
|
Line feed; complete a linebreak. |
|
Whitespace; buffer and wait for more input. |
|
Control character; encode to Quoted‐Printable. |
Created with MrDocs