#include <iconv.hpp>
|
| IConv () |
|
| IConv (const std::string &fromcode, const std::string &tocode) |
|
| ~IConv () |
|
void | set_charsets (const std::string &fromcode, const std::string &tocode) |
|
std::string | convert (const std::string &text) |
| Convert a string from encoding to another. More...
|
|
◆ IConv() [1/3]
tinygettext::IConv::IConv |
( |
| ) |
|
◆ IConv() [2/3]
tinygettext::IConv::IConv |
( |
const std::string & |
fromcode, |
|
|
const std::string & |
tocode |
|
) |
| |
◆ ~IConv()
tinygettext::IConv::~IConv |
( |
| ) |
|
◆ IConv() [3/3]
tinygettext::IConv::IConv |
( |
const IConv & |
| ) |
|
|
private |
◆ convert()
std::string tinygettext::IConv::convert |
( |
const std::string & |
text | ) |
|
Convert a string from encoding to another.
◆ operator=()
IConv & tinygettext::IConv::operator= |
( |
const IConv & |
| ) |
|
|
private |
◆ set_charsets()
void tinygettext::IConv::set_charsets |
( |
const std::string & |
fromcode, |
|
|
const std::string & |
tocode |
|
) |
| |
◆ cd
◆ from_charset
std::string tinygettext::IConv::from_charset |
|
private |
◆ to_charset
std::string tinygettext::IConv::to_charset |
|
private |
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/third_party/tinygettext/include/tinygettext/iconv.hpp
- /home/docker/jenkins/workspace/technical-docs/source/third_party/tinygettext/src/iconv.cpp