My database is in utf8 but apostrophes are showing up as ’ in my templates. How can I fix this?
Quoting Mlle <emstolfo@gmail.com>:
My database is in utf8 but apostrophes are showing up as ’ in my templates. How can I fix this?
Are your Web pages (probably in layouts) set to UTF-8? For example, it there a line like this in the header? <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
HTH, Jeffrey