From eb3d226b3dd4e8e71a398c54c97468e4d4aad465 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 30 Mar 2011 15:37:10 +0000 Subject: [PATCH] Change the default collation to be consistent with the DB definition. SVN:trunk[1156] --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index eeb1ebcf0..a244c9ca0 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -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);