Tuesday 31 October 2017

html - utf-8 characters not displaying in chrome

Having an issue with html special characters not
displaying correctly in chrome see



href="http://sandbox.dev.activemls.com/agent/" rel="nofollow">Example
Page




I have gone through
and resaved every file in the project as utf-8 confirmed my meta tag deceleration and
confirmed that chrome is set to default to utf-8. No issues in firefox or ie. Any help
would be greatly appreciated. Im pulling my hair out.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...