I have been struggling for a while to find any resources on how to remove this strange question mark square symbol: �
Standard str_replace and preg_match don't work. Can anybody assist in this? Settings the charset header('Content-Type: text/html; charset=utf-8') doest not work either. Nor does:ini_set("default_charset", 'utf-8');
I should mention I am using curl to request the data from a webpage.
Thanks