Browse Source

Time to go UTF-8 default for MySQL too

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
a0768b8aac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      other/install.php

+ 1 - 1
other/install.php

@@ -33,7 +33,7 @@ $databases = array(
 		'utf8_support' => true,
 		'utf8_version' => '4.1.0',
 		'utf8_version_check' => 'return mysql_get_server_info();',
-		'utf8_default' => false,
+		'utf8_default' => true,
 		'utf8_required' => false,
 		'alter_support' => true,
 		'validate_prefix' => create_function('&$value', '