On my local server, a certain page content displays this character : “ (quotation mark). But exactly the same page on my online server displays : ? (question mark). How can I fix that ?
On my local server, a certain page content displays this character : (quotation mark).
Share
Make sure that either the server is sending the encoding or you have a meta tag in the
<head>section as described here: http://www.w3.org/TR/html4/charset.html (or both).