Special characters in RSS feed

Permalink
Hi.

I have an issue with the RSS feed.
My database is in utf-8 and meta also.

But my rss feed can't display the swedish å ä ö characters. Instead of "igår" I get "igÃ¥r".

I also tried to set the table in utf-8 and even inside btrssdisplay I changed title and url to utf-8. I'm freakin utf-ing everything with no luck :D

Thnx in advance!

 
gabriel replied on at Permalink Reply
Feel unable to help. I'm in your same situation with the special characters.

I am writing to ask whether the search with the characters of your language also give you problems ... would greatly appreciate your response to see if it's only one problem with Spanish.

You can read my post and replies on the subject of special characters:

http://www.concrete5.org/community/forums/internationalization/span...

As I'm studying the subject, if I find any solution or information you report

Suerte
teekaay replied on at Permalink Reply
It's solved now.
The rss feed runs on simplepie. So I went there and checked it out. They have updated their script and all I did was downloading the latest release and replaced the old one.

c5 ships with simplepie 1.1.1 and the latest is 1.1.3

Download link:
http://simplepie.org/mint/pepper/orderedlist/downloads/download.php...

Go to
concrete\libraries\3rdparty

Delete simplepie.php ord rename it to something else.

Get the simplepie.inc from the downloaded zip and rename it to simplepie.php and upload it.
That should do it.