TdxHtmlDocumentImporterOptions.IgnoreMetaCharset Property
Specifies if the Rich Edit component ignores the character encoding specified in the META tag of an imported HTML document.
Declaration
property IgnoreMetaCharset: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
Set the IgnoreMetaCharset property to True to display an imported HTML document correctly if its actual encoding differs from the character encoding specified in the META tag. Such a character encoding mismatch may occur if an HTML document is imported from a stream.
You can use the Rich Edit component’s Options.Import.Html.Encoding property to specify the character encoding explicitly for all imported HTML documents.
Default Value
The IgnoreMetaCharset property’s default value is False.
See Also