System::Text::UTF8Encoding::UTF8Encoding constructor
UTF8Encoding::UTF8Encoding() constructor
Constructor.
System::Text::UTF8Encoding::UTF8Encoding()
See Also
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.PDF for C++
UTF8Encoding::UTF8Encoding(bool, bool) constructor
Constructor.
System::Text::UTF8Encoding::UTF8Encoding(bool encoder_should_emit_utf8_identifier, bool throw_on_invalid_bytes)
| Parameter | Type | Description |
|---|---|---|
| encoder_should_emit_utf8_identifier | bool | Whether to insert BOM. |
| throw_on_invalid_bytes | bool | Whether to throw on invalid bytes as an opposite to replacing them. |
See Also
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.PDF for C++
UTF8Encoding::UTF8Encoding(bool) constructor
Constructor.
System::Text::UTF8Encoding::UTF8Encoding(bool encoder_should_emit_utf8_idetifier)
| Parameter | Type | Description |
|---|---|---|
| encoder_should_emit_utf8_idetifier | bool | Whether to insert BOM. |
See Also
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.PDF for C++