#include <value.hpp>
Collaboration diagram for Exiv2::CommentValue::CharsetInfo:
Static Public Member Functions | |
const char * | name (CharsetId charsetId) |
Return the name for a charset id. | |
const char * | code (CharsetId charsetId) |
Return the code for a charset id. | |
CharsetId | charsetIdByName (const std::string &name) |
Return the charset id for a name. | |
CharsetId | charsetIdByCode (const std::string &code) |
Return the charset id for a code. |