I am storing non-English characters in a MySQL data base for example: الجزائر
Unfortunately these characters get stored in my database and get displayed as questions marks like this:
??????
I am using CodeIgniter active record as my Database abstraction layer and I have my database collation set as utf8_unicode_ci
.
How can I store the characters properly using MySQL?