PDA

View Full Version : Problem with RSS reader


neo441
12-15-2005, 02:17 AM
Hello all,
I use a french feed with french accent in my website and the accent is replacd by [] .

I modify the default rssPproxyPhp with :
<?php
$feedURL = $_POST['rss'];
$feedURL = trim($feedURL);
$str_1 = readfile($feedURL);
$str_utf8=utf8_encode($str_1);
echo $str_utf8." ".$str_utf8;
?>
for unicode utf8
but it doesn't help

What should i do
thanks in advance

neo441
12-15-2005, 02:59 AM
i change everything to UTF8 (a subset of unicode ) but doen't work

here where i test it http://www.topgasy.com/rss/index.html

and the rss feed is http://www.madatsara.com/presse_6.xml

:)

thanks in advance for your help

avfontoura
01-14-2006, 10:56 AM
How did you fix it?

sanikte
07-17-2006, 02:30 PM
Good question, how did you fix it?