MeVisLab Toolbox Reference
mlUnicodeString.h
Go to the documentation of this file.
1#pragma once
2
3
4#include "mlUtilities.h"
5
6#include <string>
7
8namespace ml
9{
10 ML_UTILS_EXPORT std::wstring convertUTF8ToWString(const char* text);
11 ML_UTILS_EXPORT std::wstring convertUTF8ToWString(const std::string& text);
12 ML_UTILS_EXPORT std::string convertToUTF8String(const wchar_t* text);
13 ML_UTILS_EXPORT std::string convertToUTF8String(const std::wstring& text);
14}
#define ML_UTILS_EXPORT
Defines platform dependent DLL export macro for mlUtils.
Definition mlUtilities.h:20
Main documentation file for ML users and developers.
Definition SoSFMLImage.h:51
ML_UTILS_EXPORT std::string convertToUTF8String(const wchar_t *text)
ML_UTILS_EXPORT std::wstring convertUTF8ToWString(const char *text)