MagpieRSS is an RSS parser in PHP. If you’re parsing UTF-8 streams and the output looks crippled then you might want to try this (add this to your file that calls the Magpie-code ) :
define(‘MAGPIE_OUTPUT_ENCODING’, ‘UTF-8’); define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’); define(‘MAGPIE_DETECT_ENCODING’, false);