Click to See Complete Forum and Search --> : apostrophe displayed as ’


drennan
06-04-2009, 11:58 AM
Hi,

I've just uploaded a website and the above is happening, although its ok locally. Figured its something to do with a conflict with the language on the apache server but not sure how to resolve it.

Looked on google and tried uploading a .htaccess file with AddCharset UTF-8 .html in it but got an internal server error when checking the pages.

my pages have <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > in them. Can anybody explain how to fix the prob? Not familiar with this at all.

Thanks, Drennan

Declan1991
06-04-2009, 01:23 PM
Try the HTML entity. "& # 3 9 ;" Without the quotes and spaces.

drennan
06-04-2009, 06:15 PM
Thanks. I changed to charset=iso-8859-1 before I read your post and its working now. :)