From my input field I send special characters like [SIZE=-1]ë
Like the word [/SIZE][SIZE=-1]Armenië is sended by flash sendvars as [/SIZE] Armeni%C3%AB,
In my database I get: Armenië
[SIZE=-1]
So what’s on?
Do I have to decode something in php file? Or is it a flash problem. I don’t know where to start.
It looks to me that you need to send your pages as UTF-8 instead of ISO-8859-1… In fact, try going to View->Character Encoding->Unicode, and the character will show up correctly.