Change the default collation to be consistent with the DB definition.

SVN:trunk[1156]
This commit is contained in:
Denis Flaven
2011-03-30 15:37:10 +00:00
parent 5a30986690
commit eb3d226b3d

View File

@@ -39,7 +39,7 @@ class ConfigException extends CoreException
}
define ('DEFAULT_CHARACTER_SET', 'utf8');
define ('DEFAULT_COLLATION', 'utf8_general_ci');
define ('DEFAULT_COLLATION', 'utf8_unicode_ci');
define ('DEFAULT_LOG_GLOBAL', true);
define ('DEFAULT_LOG_NOTIFICATION', true);