Fixing Unicode in MangoBlog Feeds

Blog , i18N Add comments

The default RSS and Atom feeds have problems with Unicode characters and it could not render the XML output as expected.

Here is simple fix.

/feeds/rss.cfm line 16 :

Replace

<cfcontent type="application/atom+xml" reset="yes">

with this

<cfcontent type="application/atom+xml; charset=utf-8" reset="yes">

and it should resolve the issue.

0 responses to “Fixing Unicode in MangoBlog Feeds”

Leave a Reply





Powered by Mango Blog. Design and Icons by N.Design Studio