Apostrophes showing up as question marks?

Driving me crazy http://www.ashleydarryldesigns.com/page/about

all my apostrophes are showing up as question marks???

Comments

  • They are ansi apostrophies, not UTF-8 ones. Probably a function of how they were created/entered. Either that or a problem with your database character set.
  • Hmm, wow you're good. I think it may be a DB issue as I remember seeing something about character sets. How would I go about doing that?
  • Kind of depends. If this page is all you have done, then just set your database to be UTF-8 character set. (You will probably also need to set the individual tables to UTF-8). Then recreate the text.

    If these pages are PHP text, then you need to set your editor to use UTF-8 as its standard character set. (Same if these came from some other client based editor rather than beign entered in a WEB page.)
Sign In or Register to comment.