Skip to content

Commit

Permalink
Time to go UTF-8 default for MySQL too
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Jul 17, 2012
1 parent 94402ce commit a0768b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/install.php
Expand Up @@ -33,7 +33,7 @@
'utf8_support' => true, 'utf8_support' => true,
'utf8_version' => '4.1.0', 'utf8_version' => '4.1.0',
'utf8_version_check' => 'return mysql_get_server_info();', 'utf8_version_check' => 'return mysql_get_server_info();',
'utf8_default' => false, 'utf8_default' => true,
'utf8_required' => false, 'utf8_required' => false,
'alter_support' => true, 'alter_support' => true,
'validate_prefix' => create_function('&$value', ' 'validate_prefix' => create_function('&$value', '
Expand Down

0 comments on commit a0768b8

Please sign in to comment.