Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm sure this has been asked a dozen times, but all of the other questions I've seen haven't been able to shed any light on the problem.

I'm developing a site for a Norweigan client and obviously they'd like to use their native language to display some content.

The problem is, some of the special characters aren't displaying correctly and I can't for the life of me figure out why.

An example can be seen at the link below

http://e360.deanelliott.me/

As you can see, some characters are displaying as the question mark in a black diamond instead of the ø or å that they're supposed to.

The encoding of pages is set to UTF-8 if that helps.

share|improve this question

closed as too localized by toscho Dec 26 '12 at 22:50

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

Make sure all your database tables are encoded in UTF-8.

Also, your element's lang attribute is still specifying "en-US". Have you installed the WP language pack for the specific flavour of Norwegian you want to use?

share|improve this answer

Your content is not UTF-8 encoded. Setting the HTTP-Header to UTF-8 doesn’t fix it, you have to fix the data base. Read and follow MySQL is destroying my Umlauts.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.