Active
Project:
Signwriter
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 06:20 UTC
Updated:
21 Apr 2011 at 17:15 UTC
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
Comment #1
Rechi commentedSame Problem + German Special Chars (Ü,Ä,Ö,...) don't work.
Comment #2
Rechi commentedOk 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");