MeVisLab Toolbox Reference
mlUnicodeString.h File Reference
#include "mlUtilities.h"
#include <string>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

ML_UTILS_EXPORT std::wstring ml::convertUTF8ToWString (const char *text)
 
ML_UTILS_EXPORT std::wstring ml::convertUTF8ToWString (const std::string &text)
 
ML_UTILS_EXPORT std::string ml::convertToUTF8String (const wchar_t *text)
 
ML_UTILS_EXPORT std::string ml::convertToUTF8String (const std::wstring &text)