I am trying to create an image with GD library which should contain some text in Greek. I am using the imagestring() method to write the string on the image but the result is a falsely encoded string. :glare: When i try to print the same string using HTML (ie. not on the image) the encoding is fine. I use the ISO-8859-7 charset in the head of my page. I am attaching an image of what my page looks like.
Is there a way to print Greek characters on an image using the imagestring() method? If yes, what am I doing wrong?
Any help is greatly appreciated!