From fdb8724e7fc5f1639a088959f1edffe96824de5f Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 24 May 2018 22:28:19 +0100 Subject: [PATCH 1/1] Add unicode mapping for ICU 60 and 61 Change-Id: Ifbbc8d7ecc788bc2c6b07a8ebba46a9648545786 --- includes/collation/IcuCollation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index 9ac81ae01e..2495354eb9 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -558,6 +558,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', -- 2.20.1