http://www.icyphoenix.com/viewtopic.php?f=4&t=1547
-----------------------------------
Zuker
Fri 06 Apr, 2007 15:26

LANGUAGE - Changing RSS Feed Charset
-----------------------------------
You can change the setting in [b]language/lang_main_settings.php[/b], by changing this line:

[code]$lang['ENCODING_ALT'] = 'utf8';[/code]

to

[code]$lang['ENCODING_ALT'] = 'iso-8859-1';[/code]


