Charset information lookup functions. Implemented as a static class. More...
#include <value.hpp>
Static Public Member Functions | |
static const char * | name (CharsetId charsetId) |
Return the name for a charset id. | |
static const char * | code (CharsetId charsetId) |
Return the code for a charset id. | |
static CharsetId | charsetIdByName (const std::string &name) |
Return the charset id for a name. | |
static CharsetId | charsetIdByCode (const std::string &code) |
Return the charset id for a code. | |
Charset information lookup functions. Implemented as a static class.