Index: branches/RC/core/install/utf.php =================================================================== diff -u -r9206 -r9226 --- branches/RC/core/install/utf.php (.../utf.php) (revision 9206) +++ branches/RC/core/install/utf.php (.../utf.php) (revision 9226) @@ -51,7 +51,7 @@ //die(); $query = 'ALTER DATABASE `'.SQL_DB.'` DEFAULT CHARACTER SET '.$target_charset.' COLLATE '.$target_collation; -//$application->Conn->Query($query); +$application->Conn->Query($query); $query = 'SHOW TABLE STATUS'; $tables = $application->Conn->Query($query);