summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/FacebookRM/src/json.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/json.cpp b/protocols/FacebookRM/src/json.cpp
index 311150c385..b7570bae9a 100644
--- a/protocols/FacebookRM/src/json.cpp
+++ b/protocols/FacebookRM/src/json.cpp
@@ -311,7 +311,7 @@ void parseAttachments(FacebookProto *proto, std::string *message_text, JSONNODE
char title[200];
mir_snprintf(title, SIZEOF(title), Translate("User sent you %s:"), type.c_str());
- *message_text += title;
+ *message_text += ptrA(mir_utf8encode(title));
*message_text += attachments_text;
}
}