|
static const file_encoding_type | plain = 0 |
| plain octets: 7-bit ASCII, 8-bit binary or UTF-8 without BOM detected More...
|
|
static const file_encoding_type | utf8 = 1 |
| UTF-8 with BOM detected. More...
|
|
static const file_encoding_type | utf16be = 2 |
| UTF-16 big endian. More...
|
|
static const file_encoding_type | utf16le = 3 |
| UTF-16 little endian. More...
|
|
static const file_encoding_type | utf32be = 4 |
| UTF-32 big endian. More...
|
|
static const file_encoding_type | utf32le = 5 |
| UTF-32 little endian. More...
|
|
static const file_encoding_type | latin = 6 |
| ISO-8859-1, Latin-1. More...
|
|
static const file_encoding_type | cp437 = 7 |
| DOS CP 437. More...
|
|
static const file_encoding_type | cp850 = 8 |
| DOS CP 850. More...
|
|
static const file_encoding_type | cp858 = 9 |
| DOS CP 858. More...
|
|
static const file_encoding_type | ebcdic = 10 |
| EBCDIC. More...
|
|
static const file_encoding_type | cp1250 = 11 |
| Windows CP 1250. More...
|
|
static const file_encoding_type | cp1251 = 12 |
| Windows CP 1251. More...
|
|
static const file_encoding_type | cp1252 = 13 |
| Windows CP 1252. More...
|
|
static const file_encoding_type | cp1253 = 14 |
| Windows CP 1253. More...
|
|
static const file_encoding_type | cp1254 = 15 |
| Windows CP 1254. More...
|
|
static const file_encoding_type | cp1255 = 16 |
| Windows CP 1255. More...
|
|
static const file_encoding_type | cp1256 = 17 |
| Windows CP 1256. More...
|
|
static const file_encoding_type | cp1257 = 18 |
| Windows CP 1257. More...
|
|
static const file_encoding_type | cp1258 = 19 |
| Windows CP 1258. More...
|
|
static const file_encoding_type | iso8859_2 = 20 |
| ISO-8859-2, Latin-2. More...
|
|
static const file_encoding_type | iso8859_3 = 21 |
| ISO-8859-3, Latin-3. More...
|
|
static const file_encoding_type | iso8859_4 = 22 |
| ISO-8859-4, Latin-4. More...
|
|
static const file_encoding_type | iso8859_5 = 23 |
| ISO-8859-5, Cyrillic. More...
|
|
static const file_encoding_type | iso8859_6 = 24 |
| ISO-8859-6, Arabic. More...
|
|
static const file_encoding_type | iso8859_7 = 25 |
| ISO-8859-7, Greek. More...
|
|
static const file_encoding_type | iso8859_8 = 26 |
| ISO-8859-8, Hebrew. More...
|
|
static const file_encoding_type | iso8859_9 = 27 |
| ISO-8859-9, Latin-5. More...
|
|
static const file_encoding_type | iso8859_10 = 28 |
| ISO-8859-10, Latin-6. More...
|
|
static const file_encoding_type | iso8859_11 = 29 |
| ISO-8859-11, Thai. More...
|
|
static const file_encoding_type | iso8859_13 = 30 |
| ISO-8859-13, Latin-7. More...
|
|
static const file_encoding_type | iso8859_14 = 31 |
| ISO-8859-14, Latin-8. More...
|
|
static const file_encoding_type | iso8859_15 = 32 |
| ISO-8859-15, Latin-9. More...
|
|
static const file_encoding_type | iso8859_16 = 33 |
| ISO-8859-16. More...
|
|
static const file_encoding_type | macroman = 34 |
| Macintosh Roman with CR to LF translation. More...
|
|
static const file_encoding_type | koi8_r = 35 |
| KOI8-R. More...
|
|
static const file_encoding_type | koi8_u = 36 |
| KOI8-U. More...
|
|
static const file_encoding_type | koi8_ru = 37 |
| KOI8-RU. More...
|
|
static const file_encoding_type | custom = 38 |
| custom code page More...
|
|
Common file_encoding constants.