/** htOut Outputs (prints) a string converting it to html (htmlEntities)
	* The controllers StringConverter is used so its character set setting will be used */
	function htOut($aString) {
		print $this->controller->converter->toHtml($aString);
	}