1
When I add a PHP RSS feeds reader to the XOOPS environment of my site, I can't see special spanish characters like stressed vowels (á,é,í,ó,ú). I previously tested the feed and it works OK when I use other readers outside XOOPS.
Feed's reading stops failing when I comment the line that includes the header of XOOPS in the reader's PHP code:
include(XOOPS_ROOT_PATH."/header.php");
Can anyone tell me the reason of this and if it can be fixed ?
A solution I've found is to replace:
by:
but it appears to me that this isn't the best way to fix the problem as long as the feed works OK outside XOOPS.
Thanks