May 7
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.
Recent Comments