force UTF-8 database

This commit is contained in:
Sarah Hoffmann
2012-04-11 22:16:35 +02:00
parent e62e75f1a7
commit 7ed4c28405

View File

@@ -71,7 +71,7 @@
{
fail('database already exists ('.CONST_Database_DSN.')');
}
passthru('createdb '.$aDSNInfo['database']);
passthru('createdb -E UTF-8 '.$aDSNInfo['database']);
}
if ($aCMDResult['create-db'] || $aCMDResult['all'])