From 1718ecd06e6bb305385e5dea79c5649af6e9470a Mon Sep 17 00:00:00 2001 From: George Hazan <george.hazan@gmail.com> Date: Fri, 27 Jul 2012 07:02:45 +0000 Subject: Utf8CheckString moved from dbtool to mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@1207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3