TextEncodingTypeEnum (Web Services API)
TextEncodingTypeEnum enumeration is the Open API internal representation of text encoding types.
enum TextEncodingTypeEnum {
TET_Simple,
TET_UTF8,
TET_UTF16
};
Elements
Name | Description |
TET_Simple | Simple encoding. |
TET_UTF8 | Unicode UTF-8 format. |
TET_UTF16 | Unicode UTF-16 format. |
See also
CSVExportSettings::EncodingType,
26.03.2024 13:49:49