Index: blogger.php
===================================================================
--- blogger.php	(revision 3513)
+++ blogger.php	(working copy)
@@ -599,6 +599,8 @@
 		}
 		
 		if ( isset($_GET['noheader']) ) {
+			header('Content-Type: text/html; charset=utf-8');
+
 			$this->import = get_settings('import-blogger');
 
 			if ( false === $this->import ) {

