
Strani
User
Oct 30, 2006, 5:41 AM
Post #2 of 4
(1256 views)
Shortcut
|
|
Re: [bobw] problems with RSS feed
[In reply to]
|
Can't Post
|
|
Hi bobw, Looking at your xml page's source-code I missed the encoding, which tells your rss feed how to display certain characters. As I mentioned in a reply to a similar question by Federico, elsewhere on this forum, the first line of my rss file looks like this: <?xml version="1.0" encoding="ISO-8859-1" ?> Now, your site may not need ISO-8859-1 if all you publish is pure English without difficult characters. Instead, you can try US-ASCII or UTF-8. Play around a little. If anyone has other suggestions, feel free :)
|