#include <iconv.h>
#include <string>
Go to the source code of this file.
Namespaces |
| namespace | YaST |
Functions |
| bool | YaST::recode (iconv_t cd, const std::string &in, std::string *out) |
| bool | YaST::recode (iconv_t cd, const std::string &in, std::wstring *out) |
| bool | YaST::recode (iconv_t cd, const std::wstring &in, std::string *out) |
| bool | YaST::recode (iconv_t cd, const std::wstring &in, std::wstring *out) |
| bool | YaST::utf82wchar (const std::string &in, std::wstring *out) |
| bool | YaST::wchar2utf8 (const std::wstring &in, std::string *out) |