[jQuery] jQuery and UTF8
[jQuery] jQuery and UTF8
Hello,
I've got some Japanese text in my MySQL database that shows up
correctly through phpMyAdmin as well as when it is loaded directly as
HTML.
However, when I load it through .load() it only shows up as question marks.
Is there an obvious solution? I couldn't find any good info on jQuery
and UTF8 when searching.
Also, when I try to add Japanese through AJAX it is saved (and
returned from the db) like %uD0A4%uC544.
Thanks,
Chris.