0
votes
0answers
35 views

Wordpress DB collation for hebrew site

My current db collation is utf8_bin with utf8 charset. When I add image title via admin (attachment plugin) in hebrew language I got something like "u05e9u05dcu05d5u05dd". What I have to do to fix ...
0
votes
0answers
6 views

What would make a MySQL database create tables in a different collation other than its default? [duplicate]

Possible Duplicate: Using wpdb to connect to a separate database am adding tables to a Wordpress database on my localhost and it is changing my collation from utf8_general_ci to ...
6
votes
2answers
961 views

Default table collation on plugin activation?

I'm following this to make my plugin auto-create a table when the plugin is activated, but what happens is that while all the tables (the whole db) are utf8_general_ci, the newly created table is ...