Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Fix a macosxhints/AmphetaDesk RSS glitch' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fix a macosxhints/AmphetaDesk RSS glitch
Authored by: gshenaut on Jun 29, '04 11:11:21PM
You know, I think that the underlying problem may be that the "Post a Comment" page has the item
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
in its header, which I think means that the text people enter in the text block will start out as iso, not utf-8. So, the easiest thing would be to either change the rss header to match, or to filter the text on the rss page through something like
iconv -t utf-8 -f iso8859-1
BTW, after noticing this, I changed my fixrss script to do it that way, using iconv.

Greg Shenaut

[ Reply to This | # ]