December 22, 2006

Word​Pre.​cio.us 1.01 released

It’s a bugfix release — it should now han­dled UTF-8 char­ac­ters properly.

The issue was in the Magpie layer, and if anyone’s won­der­ing 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);

Filed under: Projects

Next:
Previous:

Related