The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
0
votes
1answer
163 views

Wordpress showing weird characters in content after migrating to a new server

My wordpress site [WordPress 3.3.1] shows weird characters in content after moving to a new server. But in my local server its working fine. For example it shows we're solving as we’re solving! In ...
4
votes
2answers
172 views

One for the gurus: upgrade to 3.x messed up only filenames with accented chars

After upgrading from 2.8.x (maybe it was 2.9.x) to 3.1.2, all the references inside posts to filenames (usually images) which contain accented chars stopped working. Before, filenames that are ...
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 ...