Configuration governing how various forms of line breaks are interpreted while encoding.
Declared in <bdlde_quotedprintableencoder.h>
enum LineBreakMode;
| Name | Description |
|---|---|
e_CRLF_MODE | Allow "rn" as linebreaks. |
e_LF_MODE | Allow `'
' as linebreaks (without a 'r'` prefix). |
e_MIXED_MODE | Allow both "rn" and `'
'` as linebreaks. |
e_BINARY_MODE | Allow no linebreaks (binary mode). |