Constants that define how configuration file is encoded.
Enumeration of the encoding types.
Enumerator |
---|
INDEX_UTF32BE |
The file is encoded in 'big-endian' 32-bit
|
INDEX_UTF32LE |
The file is encoded in 'little-endian' 32-bit
|
INDEX_UTF16BE |
The file is encoded in 'big-endian' 16-bit
|
INDEX_UTF16LE |
The file is encoded in 'little-endian' 16-bit
|
INDEX_UTF8 |
The file is encoded in standard UTF8 but has BOM
|
INDEX_UTF8NOBOM |
The file is encoded in standard UTF8 without BOM
|