MeVisLab Toolbox Reference
mlUnicode.h File Reference
#include "mlUtilsSystem.h"

Go to the source code of this file.

Functions

Unicode string conversion

Defines mapping functions from local strings to unicode and vice-versa.

ML_UTILS_EXPORT MLuint16MLConvertUTF8ToUTF16 (const char *inputString)
ML_UTILS_EXPORT MLuint32MLConvertUTF8ToUTF32 (const char *inputString)
ML_UTILS_EXPORT char * MLConvertUTF16ToUTF8 (const MLuint16 *inputWideString)
ML_UTILS_EXPORT char * MLConvertUTF8ToLatin1 (const char *inputUTFString)
ML_UTILS_EXPORT char * MLConvertUTF16ToLatin1 (const MLuint16 *inputUTF16WideString)
ML_UTILS_EXPORT char * MLConvertLatin1ToUTF8 (const char *inputLatin1String)
ML_UTILS_EXPORT MLuint16MLConvertLatin1ToUTF16 (const char *inputLatin1String)