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