I receive the following error most of the time, even though everythign renders and works correctly:
warning: imagettfbbox() [function.imagettfbbox]: any2eucjp(): something happen in C:\xampp\htdocs\drupal6\sites\all\modules\signwriter\signwriter.module on line 650.

Comments

Rechi’s picture

Same Problem + German Special Chars (Ü,Ä,Ö,...) don't work.

Rechi’s picture

Ok it seems to be some problem with the special chars.
After removing them for the imagegettfbbox function on line 650 the errors where gone.
$biggest_box = imagettfbbox($image->fontsize[0], $angle, $image->fontfile[0], "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");