#include <Encoding.h>
Public Types | |
enum | { UCS4BE = 0, UCS4LE = 1, UCS4_2143 = 2, UCS4_3412 = 3, UTF16BE = 4, UTF16LE = 5, UTF8 = 6, OTHER = 7 } |
Static Public Methods | |
const ACEXML_Char * | get_encoding (const char *input) |
Public Attributes | |
enum ACEXML_Encoding:: { ... } | ENCODING |
Static Public Attributes | |
const ACEXML_Char * | encoding_names_ [8] |
const ACEXML_UTF8 | byte_order_mark_ [][4] |
const ACEXML_UTF8 | magic_values_ [][4] |
Wrapper class for determining the encoding of a file or a byte stream.
|
|
|
|
|
|
|
|
|
Initial value: |
|
|