summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/EmLanProto/src/mlan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/EmLanProto/src/mlan.cpp b/protocols/EmLanProto/src/mlan.cpp
index 097ddcdf89..439ab65820 100644
--- a/protocols/EmLanProto/src/mlan.cpp
+++ b/protocols/EmLanProto/src/mlan.cpp
@@ -515,7 +515,7 @@ void CMLan::SendMessageExt(TDataHolder* hold)
TPacket pak;
memset(&pak, 0, sizeof(pak));
u_long addr = db_get_dw(hold->hContact, PROTONAME, "ipaddr", 0);
- pak.strMessage = hold->msg;
+ pak.strMessage = mir_utf8decode(hold->msg, 0);
pak.idMessage = hold->id;
if (hold->op == LEXT_SENDURL)
pak.flIsUrl = true;