I'm trying to get a json file with file_get_contents and it works fine, the only problem is some of the data returns with special characters instead of their actual data. ie '...' becomes '…'
I can fix this by outputting the data wrapped in htmlentities tags but I'd rather not do that and instead have the encoding fixed.
I've tried a few things to send headers but still I get the problem.