The Russian content looks fine in phpMyAdmin, but when it is pulled in to the front end, and also the EE control panel, the characters are displayed as question marks. The pages are all set to utf-8 like so…
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
I did have to alter the fields to utf8_unicode_ci instead of latin1_swedish_ci which was the default before. Is EE doing anything that would corrupt the characters before they are displayed, etc?
Thanks,
Gary