yast2-core
Namespaces | Functions
y2string.cc File Reference
#include <errno.h>
#include "y2log.h"
#include "y2string.h"

Namespaces

 YaST
 

Functions

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)
 

Generated on a sunny day for yast2-core by doxygen 1.8.8