From f23e7ee1b67f42ad0d17dfde5ec91075205304a7 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 25 Apr 2015 18:47:13 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@13145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/requests/chatrooms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/requests/chatrooms.h') diff --git a/protocols/SkypeWeb/src/requests/chatrooms.h b/protocols/SkypeWeb/src/requests/chatrooms.h index 8ef23481ce..87531bed1a 100644 --- a/protocols/SkypeWeb/src/requests/chatrooms.h +++ b/protocols/SkypeWeb/src/requests/chatrooms.h @@ -57,7 +57,7 @@ public: json_push_back(node, json_new_i("clientmessageid", timestamp)); json_push_back(node, json_new_a("messagetype", "RichText")); json_push_back(node, json_new_a("contenttype", "text")); - json_push_back(node, json_new_a("content", message)); + json_push_back(node, json_new_a("content", ptrA(mir_utf8encode(message)))); json_push_back(node, json_new_i("skypeemoteoffset", 4)); ptrA data(mir_utf8encodeT(ptrT(json_write(node)))); -- cgit v1.2.3