Compounds | |
struct | Encodings::EncodingName |
The name of one encoding. More... | |
Enumerations | |
enum | MIB { Unknown = -1, UTF_8 = 106, UTF_16 = 1015, US_ASCII = 3, ISO_8859_1 = 4, ISO_8859_2 = 5, ISO_8859_3 = 6, ISO_8859_4 = 7, ISO_8859_5 = 8, ISO_8859_6 = 82, ISO_8859_7 = 10, ISO_8859_8 = 85, ISO_8859_9 = 12, ISO_8859_10 = 13, ISO_8859_11 = 2259, ISO_8859_13 = 109, ISO_8859_14 = 110, ISO_8859_15 = 111, CP_1250 = 2250, CP_1251 = 2251, CP_1252 = 2252, CP_1253 = 2253, CP_1254 = 2254, CP_1255 = 2255, CP_1256 = 2256, CP_1257 = 2257, CP_1258 = 2258, KOI8_R = 2084, KOI8_V = 2088 } |
An enum of some "recognized" character encodings. More... |
|
An enum of some "recognized" character encodings.
Every item of the enum is assigned a MIB code (see http://www.iana.org/assignments/charset-reg/). Exalt provides a framework for character sets conversions (see TextCodec). If you want to extend the character sets support, reimplement TextCodec. Definition at line 41 of file encodings.h. |