Hi, I'm runnig agains a stupid problem. I have to create a lot of gif-files out of text which contains some german Umlaute like � � � � and so. I am using the old GD library, which refuses to paint me these characters in a call like:
$bild->string(gdMediumBoldFont,$xoffset,$yoffset,$text,$darkgray); where $text contains for example "M�ller-L�denscheid". Has anyone found a solution to this problem, or has a table how the fonts in the GD library are encoded? Thanks Berndt Wischnewski
