|
template<class In , class Out > |
void | YaST::recode_errors (const In &in, const Out *out) |
|
template<class Out > |
void | YaST::recode_errors (const std::string &in, const Out *out) |
|
template<class In , class Out > |
bool | YaST::recode_all (iconv_t cd, const In &in, Out *out, const typename Out::value_type errorsign) |
|
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) |
|