クラス | |
class | wxConvAuto |
This class implements a Unicode to/from multibyte converter capable of automatically recognizing the encoding of the multibyte text on input. More... | |
Enumerations | |
enum | wxBOM { wxBOM_Unknown = -1, wxBOM_None, wxBOM_UTF32BE, wxBOM_UTF32LE, wxBOM_UTF16BE, wxBOM_UTF16LE, wxBOM_UTF8 } |
Constants representing various BOM types. More... |
enum wxBOM |
Constants representing various BOM types.
BOM is an abbreviation for "Byte Order Mark", a special Unicode character which may be inserted into the beginning of a text stream to indicate its encoding.