PHP: have GD able to print Japanese words

ClaudiaK

New Member
In a PHP module, We have a few graphics made by GD that need to have some Japanese words in it.These words are entered manually from a form by Japanese users, and that text should be displayed within the graphics.PHP has the \[code\]mbstring\[/code\] module and can display and handle Japanese words via echo with no problem.However \[code\]gd\[/code\] displays \[code\]???\[/code\] instead.
Checking \[code\]gd_info()\[/code\], the following configuration is set \[code\]JIS-mapped Japanese Font Support: Disabled \[/code\]This could be the problem. But I didn't find how to \[code\]Enable\[/code\] it.
Using PHP 5.3.3.
 
Back
Top