Strange characters, even using meta charset=”UTF-8″

I’v deployed a work on one of my clients – a french one – server and even using charset=”UTF-8″ meta in HTML, some characters were displayed different from what they should.

cópia was showed cópia

I had to add the following line to .htaccess – forcing the Charset to be UTF-8

AddDefaultCharset UTF-8

or

AddDefaultCharset Off

disabling Default Charset! 🙂

http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.