ADTF  3.18.3
unicode.h File Reference

Public API for unicode conversion functions. More...

Go to the source code of this file.

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::strings
 Serves as component for string handling and conversion functionality.
 
 a_util::strings::unicode
 Serves as component for unicode (UTF-8, UTF-16) string handling.
 

Functions

std::wstring utf8ToUtf16 (const std::string &utf8_str)
 Convert an utf8 string to utf16 wstring. More...
 
std::string utf16ToUtf8 (const std::wstring &utf16_str)
 Convert an utf16 wstring to utf8 string. More...
 

Detailed Description

Public API for unicode conversion functions.

Definition in file unicode.h.