From 7178a1cab5b35a8e5bac3e7d367c3d72e72ec7e6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Dec 2017 20:42:04 +0300 Subject: EMLanProto: - plugin converted into Unicode; - fixes #933 (E-mage LAN - new function - directly IP for companion); - fixes utf8 autodetect in messages - version bump --- src/mir_core/src/utf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mir_core/src/utf.cpp b/src/mir_core/src/utf.cpp index b6151a40d9..f159586cc0 100644 --- a/src/mir_core/src/utf.cpp +++ b/src/mir_core/src/utf.cpp @@ -392,7 +392,7 @@ MIR_CORE_DLL(char*) Utf8EncodeW(const wchar_t* src) } ///////////////////////////////////////////////////////////////////////////////////////// -// Utf8Encode - converts UCS2 string to the UTF8-encoded format +// Utf8CheckString - checks if a string is a valid utf8-encoded string MIR_CORE_DLL(BOOL) Utf8CheckString(const char *str) { -- cgit v1.2.3