|
VMime
|


Public Member Functions | |
| charsetConverterOptions () | |
Public Attributes | |
| bool | silentlyReplaceInvalidSequences |
| string | invalidSequence |
Additional Inherited Members | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Options for charset conversion.
| string invalidSequence |
Replace invalid sequences with this string.
Default is '?'.
| bool silentlyReplaceInvalidSequences |
If true, invalid sequences will be silently replaced with a string when possible (see 'invalidSequence').
Default is true.
Referenced by charset::isValidText().