From f1f769a37e37fdcf0549d135e967fe840b10976e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 24 Mar 2016 14:33:37 +0100 Subject: explicitely use utf-8 encoding --- db/item.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/item.php') diff --git a/db/item.php b/db/item.php index a5daacc65..153414c93 100644 --- a/db/item.php +++ b/db/item.php @@ -220,7 +220,8 @@ class Item extends Entity implements IAPI, \JsonSerializable { html_entity_decode(strip_tags($this->getBody())) . html_entity_decode($this->getAuthor()) . html_entity_decode($this->getTitle()) . - $this->getUrl() + $this->getUrl(), + 'UTF-8' ) ); $this->setFingerprint($this->computeFingerprint()); -- cgit v1.2.3