Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/Charsets/Collation.php')
-rw-r--r--libraries/classes/Charsets/Collation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/classes/Charsets/Collation.php b/libraries/classes/Charsets/Collation.php
index 5215fe561f..74215bd0a9 100644
--- a/libraries/classes/Charsets/Collation.php
+++ b/libraries/classes/Charsets/Collation.php
@@ -344,6 +344,7 @@ final class Collation
// Fall through to other unicode
case 'ucs2':
case 'utf8':
+ case 'utf8mb3':
case 'utf16':
case 'utf16le':
case 'utf16be':