Configuration governing how various forms of line breaks are interpreted while encoding.
Synopsis
Declared in <bdlde_quotedprintableencoder.h>
enum LineBreakMode;
Members
Name |
Description |
|
Allow |
|
Allow `' '` as linebreaks (without a `'r'` prefix). |
|
Allow both |
|
Allow no linebreaks (binary mode). |
Created with MrDocs