Forum Moderators: coopster
I use ISO-8859-1 as encoding and printing out simple a simple "Ö" using HTML is no problem. But the image engine doesn't like it.
Whats strange is that I can call this file externally like
image.php?text=ÅÄÖ and it works. But when I try to pick up text from my database and render it via the image.php file like image.php?text=$row->text it breaks down. I have tried everything from urldecode() to custom made decodes, utf8 encoding. Could anyone explain to me how these things work, since I couldn't find anything that explains it?
thanks a lot.