MyBB Community Forums

Full Version: [request] rss2post charset conversion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can we convert rss feed's charset before it parsed? for example board is utf, rss feed is latin
if we now special chars can we change rss feed to utf with like this codes?

function turkce($str){
 $chr=array('Ş'=>'Å?','ş'=>'ÅŸ','Ğ'=>'Ä?','İ'=>'Ä°','ı'=>'ı','Ç'=>'Ç','ç'=>'ç','ğ'=>'ÄŸ','Ö'=>'Ö','ö'=>'ö','ü'=>'ü','Ü'=>'Ãœ');
 foreach ($chr as $key => $value) {
 $str=str_replace($value,$key,$str); 
bumping
I would like to take this issue into the agenda