Forum Moderators: open

Message Too Old, No Replies

RSS Google and "&#39" Problem

         

Cold Storage

8:01 pm on Oct 2, 2006 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



'
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)

WebmasterWorld Senior Member 10+ Year Member



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).