Hello,
I’m trying to store Russian content in 1 field in an entry that is otherwise Latin-based.
When I hit Submit to save the entry, the value in that field is not saved to the database. The field is empty in the database.
If I enter the value directly into the database field, it persists, and when I load the entry screen in the CP, I can see the value in the field. When I save the entry again, though, the value disappears—It’s not saved again.
EE: 2.5.2, 20120606
PHP: 5.3.6 (MAMP Pro)
MySQL: 5.5.9
MySQL charset: UTF-8 Unicode (utf8)
exp_channel_data collation: utf8_general_ci (as well as all tables/fields)
Config values:
$db['expressionengine']['char_set'] = 'utf8';
$db['expressionengine']['dbcollat'] = 'utf8_general_ci';Am I missing anything? Should this just work?
Thanks,
Mark