Hi Steve, We had exactly the same symptom (ironically with the same character!).
We get our data from a RemoteObject reading the data in on the server as XML, and sending it to the client. The problem turned out to be in our Java code where we were actually reading in the data. As Matt mentioned, look for any kind of UTF-8 conversion you can do. Ours was done in a slightly wrong way. After we fixed it, everything worked fine. So my guess would be an encoding problem. Not knowing what you have on your side, of course this is just a guess. Jonathan

