From: Reedy Date: Thu, 24 May 2018 21:28:19 +0000 (+0100) Subject: Add unicode mapping for ICU 60 and 61 X-Git-Tag: 1.34.0-rc.0~5306^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=fdb8724e7fc5f1639a088959f1edffe96824de5f;hp=c932e28214ba95d279fd89a09e9025b5dc6e47d1 Add unicode mapping for ICU 60 and 61 Change-Id: Ifbbc8d7ecc788bc2c6b07a8ebba46a9648545786 --- 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',