Hi The standard font in GD doesn't support å (å) , it supports ä and ö. I tried looking over the web for a gdf font, but no "standard" font with åäö. Anyone got a suggestion? $title = "åäöÅÄÖ"; imagestring ($this->img, 6, (($this->toolWidth/2)-((strlen($title)/2)*9)), 60, htmlentities($title, ENT_NOQUOTES, 'UTF-8'), $this->textColor); http://webdev.webeasy.nu/pages/tools/toolimg.php?tool=PHP&modul=åäöÅÄÖ&width=150&height=200 thanks....