|
MeVisLab Toolbox 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 MLuint16 * | MLConvertUTF8ToUTF16 (const char *inputString) |
| ML_UTILS_EXPORT MLuint32 * | MLConvertUTF8ToUTF32 (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 MLuint16 * | MLConvertLatin1ToUTF16 (const char *inputLatin1String) |