↧
Answer by Esailija for php rss feed character encoding multilingual feed items
It's supposed to be: header('Content-Type: application/rss+xml; charset=UTF-8');, you are missing a semicolon. Your data is already UTF-8 which is evidenced by htmlentities working out θ when...
View Articlephp rss feed character encoding multilingual feed items
I've created an rss feed for a website, but it has 2 languages - Greek and English.Everything works fine except the rss feed when an item has a title written in Greek.So I though ok I must change the...
View Article