From 7b3add76b1ba5bcc5bb3aabce2c26f5722407d6d Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 25 Oct 2017 23:42:28 +0100 Subject: [PATCH] Add Unicode to ICU mappings for versions 58 and 59 Change-Id: I87a5e6ce3a44a2be1e6bf8adf2f98cd0a4745574 --- includes/collation/IcuCollation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index efda596335..23f02de375 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -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', -- 2.20.1