diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h index 249aca42aa..e0534750be 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -497,9 +497,10 @@ MIR_CORE_DLL(char*) Utf8Encode(const char* str); MIR_CORE_DLL(char*) Utf8EncodeCP(const char* src, int codepage);
MIR_CORE_DLL(char*) Utf8EncodeW(const wchar_t* str);
-
MIR_CORE_DLL(int) Ucs2toUtf8Len(const wchar_t *src);
+MIR_CORE_DLL(BOOL) Utf8CheckString(const char* str);
+
#define Utf8DecodeT Utf8DecodeW
#define Utf8EncodeT Utf8EncodeW
|