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

I have the db set at UTF-8. I have a special keyboard that uses Igbo (Nigerian) characters. The characters show correctly as I type in the editor but when I save it - the characters are not correct. Is there a way that I can save the characters correctly?

share|improve this question
Not a WordPress question, this is a character encoding question. – EAMann Dec 6 '11 at 17:49

closed as off topic by kaiser, EAMann Dec 6 '11 at 17:49

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

It's not a WP issue, but anyway, you can take a look here. utf_de/encode() makes it possible to alter/remove unneeded stuff before saving/displaying.

share|improve this answer
It's strange because when I type in a Word doc - the characters are correct but not in the text editor in WP – Kevin Dec 6 '11 at 12:41
Are you porting (copy/paste, whatever) from Word to WP? – kaiser Dec 6 '11 at 15:26
no - typing from a keyboard that has the special characters. For example, if I type the special characters, it comes out as ?nw?. The two question marks replace the special characters – Kevin Dec 6 '11 at 15:41
Check your charset under the settings in the admin UI... – kaiser Dec 6 '11 at 15:45
Are you referring to the WP admin? I went under settings but do not see anything I can change. The rss is set to utf-8 that's about it – Kevin Dec 6 '11 at 16:52
show 5 more comments

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