A class for handling character enconding/decoding. More...
#include "CharEncoding.h"#include "../logger/Logger.h"#include "../Exception.h"#include "../translator/Translator.h"#include <boost/assign/list_of.hpp>#include <boost/format.hpp>#include <boost/locale.hpp>Go to the source code of this file.
Variables | |
| const std::map< te::core::EncodingType, std::string > | EncodingString |
A class for handling character enconding/decoding.
Definition in file CharEncoding.cpp.
| const std::map<te::core::EncodingType, std::string> EncodingString |
Definition at line 41 of file CharEncoding.cpp.
Referenced by te::core::CharEncoding::convert(), te::core::CharEncoding::fromUTF8(), te::core::CharEncoding::getEncodingList(), te::core::CharEncoding::getEncodingName(), te::core::CharEncoding::getEncodingType(), and te::core::CharEncoding::toUTF8().