hello
my web in french langue with = UTF-8 but the problem in RSS fille look this photo:

what is my problem and what is my solution?
this the code in local/global.php :
setlocale(LC_TIME, "fr","FR"  ; // Linux Server (Windows may differ)"fr","FR"
setlocale(LC_ALL, 'fr_FR' );
$locale['charset'] = "UTF-8"; //iso-8859-1
$locale['xml_lang'] = "fr";
$locale['tinymce'] = "fr";
$locale['phpmailer'] = "fr";
with this code $locale['charset'] = "UTF-8"; the langue of web site is fine but
with this code $locale['charset'] = "UTF-8"; my web site is not fine, is like file rss
sorry for my english
thanx you |