]> git.mxchange.org Git - friendica.git/commit
Replace mb_convert_encoding with html_entity_decode for feed item title conversion
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 22 Aug 2019 10:00:21 +0000 (06:00 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 22 Aug 2019 10:00:21 +0000 (06:00 -0400)
commit20a6b368fbbaea6c163c19794064106e18c4bcb1
tree9e3e97894e4ee4db73f334c4ff3e1719863342a7
parent5a9607f4e49c6bdb2d5b9261a9b59349fe671e2b
Replace mb_convert_encoding with html_entity_decode for feed item title conversion

- Prevents already UTF-8 strings to be corrupted
src/Protocol/Feed.php