Hi Guys, When passing a é character as part of an an ajax responset and printing the text to the screen from js, the value display as a ?. I tried converting the piece of text to utf8 and then it displays correctly on a windows server however on Linux server the vallues still displays as a ?.
I am using Java as my backend code and encode the text as UTF8 by using the getBytes method. Can anybody assist me with the problem or have any suggestions how to go about fixxing it. Regards, Ryan