ML Reference
mlUnicodeString.h
Go to the documentation of this file.
1
#pragma once
2
3
4
#include "
mlUtilities.h
"
5
6
#include <string>
7
8
namespace
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
}
mlUtilities.h
ML_UTILS_EXPORT
#define ML_UTILS_EXPORT
Definition
mlUtilities.h:18
ml
Main documentation file for ML users and developers.
Definition
mlDoc.h:18
ml::convertToUTF8String
ML_UTILS_EXPORT std::string convertToUTF8String(const wchar_t *text)
ml::convertUTF8ToWString
ML_UTILS_EXPORT std::wstring convertUTF8ToWString(const char *text)
MeVis
Foundation
Sources
MLUtilities
mlUnicodeString.h
Generated by
1.10.0