I recently changed some of my pages to be displayed via ajax and I am having some confusion as to why the utf8 encoding is now displaying a question mark inside of a box, wh
In my case neither of the solutions worked until I placed
header('Content-type: text/html; charset=utf-8');