Did anyone ever fathom this one? RSS Feed not parsing this to a ' properly?
Thanks!
bill
7:36 am on Oct 3, 2006 (gmt 0)
'
is the ASCII code for an apostrophe. (You're missing the semi-colon at the end in the title.) Is it possible you copied something from a word processor that was using curly quotes?
tomda
8:29 am on Oct 3, 2006 (gmt 0)
RSS Google Feed are in UTF-8 and &039; is an apostrophe as said Bill.
It's an encoding problem. You need to configurate your parser so that it knows that input is in UTF-8 and you can also defined the charset output (UTF-8 recommended).