0

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 ?

Jeremy
  • 8,902
  • 2
  • 36
  • 44
drake035
  • 3,955
  • 41
  • 119
  • 229
  • possible duplicate of [Question mark characters displaying within text, why is this?](http://stackoverflow.com/questions/241015/question-mark-characters-displaying-within-text-why-is-this) – Simon East Sep 03 '14 at 05:19

1 Answers1

0

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).

Andrew Morton
  • 24,203
  • 9
  • 60
  • 84