|
Open-Transactions
0.93.0-ge03d287
|
#include <string.h>

Go to the source code of this file.
Namespaces | |
| utf8util | |
Functions | |
| EXPORT std::wstring | utf8util::UTF16FromUTF8 (const std::string &utf8) |
| EXPORT std::wstring | utf8util::UTF16FromUTF8 (const char *utf8) |
| EXPORT std::string | utf8util::UTF8FromUTF16 (const std::wstring &utf16) |
| EXPORT std::string | utf8util::UTF8FromUTF16 (const wchar_t *utf16) |