Extracted File Encoding Constants
The following constants represent encoding types of extracted files.
Table 86. tagEXTRACTFILEENCODING Enumeration
Constant | Description |
---|
EXTRACT_FILE_ENCODING_ANSI | ANSI encoding. |
EXTRACT_FILE_ENCODING_STREAM | Binary data encoding. |
EXTRACT_FILE_ENCODING_UTF8 | UTF-8 encoding. |
EXTRACT_FILE_ENCODING_UTF16 | UTF-16 encoding. |
NUM_EXTRACT_FILE_ENCODINGS | Represents the number of available encoding types. |