Greetings to all!
I use this construction:
$.getJSON("http://test2.ru/adminbook/getBook.php?time=" + Math.round(new Date().getTime()) + "&callback=?", function (data) { //alert(data.length); alert(data[0].title); });
The data comes in the form of hieroglyphs (letters on top with all sorts of tildes). All files in utf-8, bd in utf-8, header are utf-8.