• When will you finally include Unicode db connection strings in wp-settings.php?
    The very end of the file should look like this:

    // Everything is loaded and initialized.
    do_action(‘init’);
    mysql_query(“SET CHARACTER SET utf8”);
    mysql_query(“SET NAMES utf8”);

    ?>

    Without mysql_query(“SET CHARACTER SET utf8”); and mysql_query(“SET NAMES utf8”); commands my web page doesn’t show Unicode characters, but garbage. And it happens since WP introduced Unicode. Can you finally include these two strings in the default setup?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Every WP update again breaks Unicode support!!!’ is closed to new replies.