Converts the WordPress database (both tables and columns) to UTF-8 character set.
ALTER TABLE $table DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ciALTER TABLE $table CHANGE $field_name $field_name $field_type CHARACTER SET utf8 COLLATE utf8_general_ciAs you've seen, only MySQL and PHP are required. Roughly speaking, it has nothing to do with WordPress, so you can use almost any version of WordPress.
Requires: 2.0.2 or higher
Compatible up to: 2.8
Last Updated: 2011-10-14
Downloads: 10,575
1 of 1 support threads in the last two months have been resolved.
Got something to say? Need help?