Add Unicode to ICU mappings for versions 58 and 59
authorReedy <reedy@wikimedia.org>
Wed, 25 Oct 2017 22:42:28 +0000 (23:42 +0100)
committerReedy <reedy@wikimedia.org>
Wed, 25 Oct 2017 22:42:28 +0000 (23:42 +0100)
Change-Id: I87a5e6ce3a44a2be1e6bf8adf2f98cd0a4745574

includes/collation/IcuCollation.php

index efda596..23f02de 100644 (file)
@@ -551,6 +551,8 @@ class IcuCollation extends Collation {
                $versionPrefix = substr( $icuVersion, 0, 3 );
                // Source: http://site.icu-project.org/download
                $map = [
+                       '59.' => '9.0',
+                       '58.' => '9.0',
                        '57.' => '8.0',
                        '56.' => '8.0',
                        '55.' => '7.0',