|
template<typename CharOut , typename CharIn > |
std::basic_string< CharOut > | boost::locale::conv::utf_to_utf (CharIn const *begin, CharIn const *end, method_type how=default_method) |
| Convert a Unicode text in range [begin,end) to other Unicode encoding. More...
|
|
template<typename CharOut , typename CharIn > |
std::basic_string< CharOut > | boost::locale::conv::utf_to_utf (CharIn const *str, method_type how=default_method) |
| Convert a Unicode NUL terminated string str other Unicode encoding. More...
|
|
template<typename CharOut , typename CharIn > |
std::basic_string< CharOut > | boost::locale::conv::utf_to_utf (std::basic_string< CharIn > const &str, method_type how=default_method) |
| Convert a Unicode string str other Unicode encoding. More...
|
|