http://www.icyphoenix.com/viewtopic.php?f=35&t=6888&p=55215#p55215
-----------------------------------
TheSteffen
Sun 12 Feb, 2012 22:56

Re: RSS Not Working
-----------------------------------
First of all... this would be more easy with the next version of IcyPhoenix, because it would be UTF-8

Second: There is a different between RSS from you own forum and RSS from other websites.
Last one you want to insert.

You [b]should[/b] change your [b]"lang_main_settings.php"[/b] to this:
[code linenumbers=false]$lang['ENCODING'] = 'ISO-8859-5';
//$lang['ENCODING'] = 'UTF-8';
$lang['ENCODING_ALT'] = 'UTF-8';
$lang['DIRECTION'] = 'ltr';
$lang['HEADER_LANG'] = 'bg-BG';
$lang['HEADER_XML_LANG'] = 'bg-BG';[/code]

But I am quite sure it would not help you with some of this RSS feeds
[code linenumbers=false]http://www.investor.bg/info/rss.html[/code]

Well, I am not an expert. But I would suggest you to wait for IP 2.0

EDIT: And you can give this a try

You can change the setting in [b]language/lang_main_settings.php[/b], by changing this line:

[code]$lang['ENCODING_ALT'] = 'utf-8';[/code]

to

[code]$lang['ENCODING_ALT'] = 'ISO-8859-5';[/code]


