views:

76

answers:

1

I have a website in 3 languages: english, dutch and russian.

There's a little CMS where the user can update the text on the website.

everything works good, except for the russian text.. If I enter any russian text in the form in the CMS, I get "????" in the phpmyadmin database and on the website.

I am completely new to charsets, it's the first time I am building a website in a language that is not supported like in this case..

Could someone please tell me what's the problem here? and what I have to do to make this work in russian language?

A: 

The problem is that you haven't told your database to support multibyte characters. Set it to use UTF-8.

Thomas Winsnes