From c69cf0b74dcc3f88aab0f9149768e420807d254c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 1 Jan 2015 10:42:44 -0500 Subject: [PATCH] Based on http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci, changed the default connection collation to improve sort accuracy. Signed-off-by: Marc Delisle --- ChangeLog | 1 + libraries/config.default.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5198295b7..83596b6e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog - bug #4679 Setup does not allow providing a name for favorites table - bug #4680 Number of favorite table are not configurable in setup - bug #4681 'Central columns table' field in setup does not have a description +- bug #4318 Default connection collation and sorting --- Older ChangeLogs can be found on our project website --- http://www.phpmyadmin.net/old-stuff/ChangeLogs/ diff --git a/libraries/config.default.php b/libraries/config.default.php index e4f38be69a..47a5288b38 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -2417,7 +2417,7 @@ $cfg['DefaultLang'] = 'en'; * * @global string $cfg['DefaultConnectionCollation'] */ -$cfg['DefaultConnectionCollation'] = 'utf8_general_ci'; +$cfg['DefaultConnectionCollation'] = 'utf8_unicode_ci'; /** * Force: always use this language