.. wie gesagt sonst könnte ich auch ein:
function uml_text($text)
{
for($i=123;$i<255;$i++)
$text = str_replace(chr($i), "&#".ord(chr($i)).";", $text);
return $text;
}
$text = uml_text($text);
...einbauen nur wüßte ich gern wo imagettftext da als einzigstes
sein Preoblem hat. :-(