Types of configutration file encodings


Enumerations

enum  index_utf_t {
  INDEX_UTF32BE = 0, INDEX_UTF32LE = 1, INDEX_UTF16BE = 2, INDEX_UTF16LE = 3,
  INDEX_UTF8 = 4, INDEX_UTF8NOBOM = 5
}

Detailed Description

Constants that define how configuration file is encoded.

Enumeration Type Documentation

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


Generated on Fri Jul 29 10:33:03 2016 for libini_config by  doxygen 1.5.6