The character-set encoding for the current C locale. More...
#include <convert.h>
Public Member Functions | |
CharacterSet () | |
bool | isUTF8 () const |
const char * | get () const |
Private Attributes | |
const char * | m_charSet |
The character-set encoding for the current C locale.
Obtain the global instance with globalCharacterSet().
Definition at line 86 of file convert.h.
CharacterSet::CharacterSet | ( | ) | [inline] |
const char* CharacterSet::get | ( | ) | const [inline] |
Definition at line 100 of file convert.h.
References m_charSet.
Referenced by ExtendedASCIICharacterSet::print().
bool CharacterSet::isUTF8 | ( | ) | const [inline] |
const char* CharacterSet::m_charSet [private] |
Definition at line 88 of file convert.h.
Referenced by CharacterSet(), get(), and isUTF8().