How to fix an Atom feed?
October 26, 2005 1:58 AM
Subscribe
I'm told that my weblog's atom feed is broken: according to feedvalidator.org this is because 'my feed appears to be encoded as "utf-8", but my server is reporting "US-ASCII". Is it advisable that I should persuade my server to report an 'utf-8', ecoding, and, if so, how?
Here's the feed in question. I'm running MT 3.2: it's only since I upgraded to this version of MT that the site has been trying to encode in utf-8. According to the feedvalidator site, I should 'either ensure that the charset parameter of the HTTP Content-Type header matches the encoding declaration,' or 'ensure that the server makes no claims about the encoding.' How do I do this? I have limited (CPanelX) access to my webserver and a decidedly faint and incomplete grasp of the technicalities involved.
posted by misteraitch to computers & internet (9 comments total)
1 user marked this as a favorite
The easiest way to fix this is to modify Movable Type so that it outputs
<?xml version="1.0" encoding="utf-8"?>as the first line of atom.xmlposted by nmiell at 2:38 AM on October 26, 2005