ß is encoded wrong with html5php parser

When using the html5php parser the german character ß is encoded to &zlig; but it should be ß

When using libxml parser it works correctly.

Example Feed with lots of &zlig; (https://ftrss.sherbers.de/makefulltextfeed.php?url=www.heise.de%2Fnewsticker%2Fheise-atom.xml&max=10&links=preserve&exc=&submit=Create+Feed&parser=html5php)

Same feed with libxml parser and correctly encoded ß (https://ftrss.sherbers.de/makefulltextfeed.php?url=www.heise.de%2Fnewsticker%2Fheise-atom.xml&max=10&links=preserve&exc=&submit=Create+Feed&parser=libxml)

I used grep to search for zlig in every file of Full Text RSS but everything seems to use the correct ß

Thanks Stephan, we had another report of bad encoding related to HTML5-PHP parsing. In my tests of HTML5-PHP itself (no integration with Full-Text RSS) it appeared to work as expected. I also couldn’t find anything in their source files which suggested a problem. So I think this may be related to our integration. I’m going to look into it some more and see what I can find.

Thanks for reporting this!