diff -uNr wt_twitter.org/pi1/class.tx_wttwitter_pi1.php wt_twitter/pi1/class.tx_wttwitter_pi1.php
--- wt_twitter.org/pi1/class.tx_wttwitter_pi1.php	2010-11-08 14:54:01.000000000 +0100
+++ wt_twitter/pi1/class.tx_wttwitter_pi1.php	2010-11-07 21:50:48.000000000 +0100
@@ -86,6 +86,7 @@
 	
 		$this->content = $this->cObj->substituteMarkerArrayCached($this->tmpl['all'], $this->outerMarkerArray, $subpartArray); // Get html template
 		$this->content = preg_replace('|###.*?###|i', '', $this->content); // Finally clear not filled markers
+		$this->content = $GLOBALS['TSFE']->csConvObj->conv($this->content, 'utf-8', $GLOBALS['TSFE']->metaCharset);
 		return $this->pi_wrapInBaseClass($this->content);
 	}
 }

