Hi,
I use the wp_rss function to import into my sidebar some little posts from twitter, identi.ca and tumblr.
All goes fine when importing from those services, except from tumblr: my special characters are scrambled.
This is the function I use:
<?php
include_once(ABSPATH . WPINC . '/rss.php');
wp_rss('my-rss-link', 3);
?>
Any help?