JQuery get and text return REPLACEMENT character. How to solve?

if I use the Jquery $ .get(“url”,function(data){$ (“#destination”).text(data);})
in the .text of “#destination”
the letters like èéàòùì become the REPLACEMENT CHARACTER http://www.fileformat.info/info/unicode/char/fffd/index.htm

how can I solve it?
set the charsets is useless.. I don’t want to use .replace(“strange character”,”");

newest questions tagged jquery – Stack Overflow

About Admin