Common file_encoding constants. More...
#include <input.h>
Static Public Attributes | |
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 |
Basic Latin ASCII and Latin-1 supplement, ISO-8859-1. More... | |
static const file_encoding_type | cp437 = 7 |
CP 427. More... | |
static const file_encoding_type | cp850 = 8 |
CP 850. More... | |
static const file_encoding_type | cp858 = 9 |
CP 858. More... | |
static const file_encoding_type | ebcdic = 10 |
EBCDIC. More... | |
static const file_encoding_type | cp1250 = 11 |
CP 1250. More... | |
static const file_encoding_type | cp1251 = 12 |
CP 1251. More... | |
static const file_encoding_type | cp1252 = 13 |
CP 1252. More... | |
static const file_encoding_type | cp1253 = 14 |
CP 1253. More... | |
static const file_encoding_type | cp1254 = 15 |
CP 1254. More... | |
static const file_encoding_type | cp1255 = 16 |
CP 1255. More... | |
static const file_encoding_type | cp1256 = 17 |
CP 1256. More... | |
static const file_encoding_type | cp1257 = 18 |
CP 1257. More... | |
static const file_encoding_type | cp1258 = 19 |
CP 1258. More... | |
static const file_encoding_type | custom = 20 |
custom code page More... | |
Common file_encoding constants.
|
static |
CP 1250.
|
static |
CP 1251.
|
static |
CP 1252.
|
static |
CP 1253.
|
static |
CP 1254.
|
static |
CP 1255.
|
static |
CP 1256.
|
static |
CP 1257.
|
static |
CP 1258.
|
static |
CP 427.
|
static |
CP 850.
|
static |
CP 858.
|
static |
custom code page
|
static |
EBCDIC.
|
static |
Basic Latin ASCII and Latin-1 supplement, ISO-8859-1.
|
static |
plain octets: 7-bit ASCII, 8-bit binary or UTF-8 without BOM detected
|
static |
UTF-16 big endian.
|
static |
UTF-16 little endian.
|
static |
UTF-32 big endian.
|
static |
UTF-32 little endian.
|
static |
UTF-8 with BOM detected.