Merge "Add unicode mapping for ICU 60 and 61"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 24 May 2018 21:46:32 +0000 (21:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 24 May 2018 21:46:32 +0000 (21:46 +0000)
includes/collation/IcuCollation.php

index 583e44a..f38396d 100644 (file)
@@ -554,6 +554,8 @@ class IcuCollation extends Collation {
                $versionPrefix = substr( $icuVersion, 0, 3 );
                // Source: http://site.icu-project.org/download
                $map = [
+                       '61.' => '10.0',
+                       '60.' => '10.0',
                        '59.' => '9.0',
                        '58.' => '9.0',
                        '57.' => '8.0',