heisel.org > Blog > 2006 > 12 > 22
WordPre.cio.us 1.01 released
Friday | December 22, 2006 | 11:58 pm
It’s a bugfix release — it should now handled UTF-8 characters properly.
The issue was in the Magpie layer, and if anyone’s wondering how to handle it in their code, the answer that seemed to work for me was:
define("MAGPIE_INPUT_ENCODING", "UTF-8");
define("MAGPIE_OUTPUT_ENCODING", "UTF-8");
$rss = fetch_rss($rss_url);
Permalink | Comments (0) | Categories: Projects
Disclaimer: I work at The Atlanta Journal-Constitution. The opinions expressed here are my own, and do not reflect those of the AJC, Cox Newspapers, Cox Enterprises nor any other party.