So I use both imagestring() and then imagegif() to create an image from a string and show it, but my problem is that the string of mine contains special characters like "Åå", "Ää", and "Öö".
Seems like the "Ää", "Öö" are handled fine and shows on the image but not the characters "Å" and "å" .
The image generated can't handle those characters and I get nothing, so what is the solution if I want the special characters in my image???