diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-26 20:42:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-26 20:42:04 +0300 |
commit | 7178a1cab5b35a8e5bac3e7d367c3d72e72ec7e6 (patch) | |
tree | 07c38891bed8ca3a6f06029cb1b5b5df02cbb99c /src | |
parent | 4da9b39a6219cecfe5486d392e94648cd84d5f30 (diff) |
EMLanProto:
- plugin converted into Unicode;
- fixes #933 (E-mage LAN - new function - directly IP for companion);
- fixes utf8 autodetect in messages
- version bump
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_core/src/utf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
{
|