The collation tag has no wiki summary.
0
votes
0answers
21 views
Problem with Greek characters displaying question mark! [closed]
I am having a problem with displaying Greek characters. When using them in the loop.php there are shown well but when i use them in a custom category then instead of Greek characters there are some ...
0
votes
1answer
179 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 ...
0
votes
0answers
42 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
8 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 ...
4
votes
2answers
174 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
1k 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 ...