EciMode Enum
Specifies the Extended Channel Interpretation (ECI) mode that allows for encoding characters from other character sets.
public enum EciMode
Fields
Name | Description |
---|---|
Iso88591 | ISO-8859-1 encoding mode. |
None | No ECI mode is specified, which assumes a default encoding mode (normally ISO-8859-1) with basic characters. |
Utf8 | UTF-8 encoding mode. |