php file_get_contents().. doesn't handle special characters?
- by inktri
I've got an HTML file with special characters such as:
AT&T™ Official Site
When I use file_get_contents() on the file and echo the contents, I get something like this:
AT&T\u00e2\u0084\u00a2 Official Site
How can I convert the latter to the former?