TextEncodingTypeEnum (COM-based API)
TextEncodingTypeEnum enumeration is the Open API internal representation of text encoding types.
enum TextEncodingTypeEnum {
TET_Simple = 0,
TET_UTF8 = 1,
TET_UTF16 = 2
};
Elements
Name | Description |
TET_Simple | Simple encoding. |
TET_UTF8 | Unicode UTF-8 format. |
TET_UTF16 | Unicode UTF-16 format. |
See also
ICSVExportSettings::EncodingType,
3/26/2024 1:49:49 PM