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
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