Index: branches/new-installer/phase3/includes/installer/MysqlInstaller.php |
— | — | @@ -196,7 +196,7 @@ |
197 | 197 | */ |
198 | 198 | function getCharsets() { |
199 | 199 | $status = $this->getConnection(); |
200 | | - $mysql5 = array( 'binary', 'utf-8' ); |
| 200 | + $mysql5 = array( 'binary', 'utf8' ); |
201 | 201 | $mysql4 = array( 'mysql4' ); |
202 | 202 | if ( !$status->isOK() ) { |
203 | 203 | return $mysql5; |