ML Reference
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
h
i
l
m
o
p
q
r
s
t
v
Functions
a
c
d
e
f
h
i
l
m
o
p
r
s
t
v
Variables
Typedefs
a
b
c
d
h
i
l
m
o
q
r
s
t
v
Enumerations
Enumerator
m
t
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Typedefs
c
d
e
f
i
p
r
s
t
v
Enumerations
Enumerator
a
c
d
e
f
h
i
m
n
o
p
r
s
u
Related Functions
Files
File List
File Members
All
_
a
c
d
e
i
l
m
n
r
s
t
u
v
w
Functions
_
c
m
Variables
_
m
Typedefs
m
u
Enumerations
Enumerator
a
c
l
m
n
s
t
Macros
_
a
d
e
i
m
r
s
t
u
v
w
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.9.1