diff options
Diffstat (limited to 'protocols/FacebookRM/src')
| -rw-r--r-- | protocols/FacebookRM/src/process.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/process.cpp b/protocols/FacebookRM/src/process.cpp index a877f4e6ab..2a60d15060 100644 --- a/protocols/FacebookRM/src/process.cpp +++ b/protocols/FacebookRM/src/process.cpp @@ -608,7 +608,7 @@ void parseFeeds(const std::string &text, std::vector<facebook_newsfeed *> &news,  			if (post_attachment.empty()) {  				// This is some textless attachment, so mention it -				post_attachment = Translate("<attachment without text>"); +				post_attachment = ptrA(mir_utf8encode(Translate("<attachment without text>")));  			}  		}  | 
