shafihuzaib / hfeeds

An easy to use RSS Feed Generator - Open Source Alternative to feed43.com
68 stars 21 forks source link

htmlspecialchars_decode does not work #4

Open ErfolgreichCharismatisch opened 6 years ago

ErfolgreichCharismatisch commented 6 years ago

In the feeds I always have html-encoded characters as in ä etc. also in links which renders them useless.

I tried htmlspecialchars_decode to no avail as in print_xml_item(process(1), htmlspecialchars_decode($itTitle), $itDescription, $itLink, $itDate,$channel);echo $xml->asXML(); ?> or in $itTitle=htmlspecialchars_decode("{h1}").

ErfolgreichCharismatisch commented 6 years ago

Push

xirpy commented 5 years ago

i'm experiencing that problem, nobody know how to fix this?