Character encoding issues still exist in 0.7.0. Adding
$content = mb_convert_encoding($content, 'HTML-ENTITIES', 'UTF-8');
before
$content = '<html><head><meta charset="'.get_bloginfo('charset').'"></head><body>'.$content.'</body></html>';
Fixed the problem for me.