Pyrogenesis trunk
|
#include <string>
#include <iconv.h>
Go to the source code of this file.
Classes | |
struct | tinygettext::detail::ConstPtrHack |
class | tinygettext::IConv |
Namespaces | |
namespace | tinygettext |
namespace | tinygettext::detail |
Typedefs | |
using | tinygettext::iconv_t = ::iconv_t |
Functions | |
iconv_t | tinygettext::iconv_open (const char *tocode, const char *fromcode) |
size_t | tinygettext::iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
int | tinygettext::iconv_close (iconv_t cd) |