1
Hello,
I would like to show my RSS feed in Arabic, so I need to chagne my RSS Encoding from utf-8 to windows-1256.
In newbb Module, there is a Config option in cp to set the RSS encoding, eather you use the site default; which in my case its "windows-1256", or change to utf-8. So I selected to use default and the forum feed is showing Arabic correctly.
However, in other modules such as news and smartsection its not.
So I looked in root/backend.php module/backend.php and chagned:
header ('Content-Type:text/xml; charset=utf-8');
to:
header ('Content-Type:text/xml; charset=windows-1256')
but didnt work!
Which file should I modify, and what sholud I change?
Thanks