Difficult to explain, but I have a flash application which displays content from an XML file. The problem I am experiencing is to do with the encoding of special characters. On my staging server everything looks great but on my live site characters are not encoded correctly eg 'é' seems fine until you look at the live site, when it changes to '?'. If 'é' is replaced by é it is displayed as 'é' on both servers.
Any ideas? The flash application was outsourced, so my feeling is that the developer has not encoded utf-8 into the application - is this possible?
Lastly, the two servers are setup identically.
Thanks for any suggesions!