summaryrefslogtreecommitdiffstats
path: root/db/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/item.php')
-rw-r--r--db/item.php3
1 files changed, 2 insertions, 1 deletions
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());