From: Reedy Date: Wed, 25 Oct 2017 22:42:28 +0000 (+0100) Subject: Add Unicode to ICU mappings for versions 58 and 59 X-Git-Tag: 1.31.0-rc.0~1665^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=7b3add76b1ba5bcc5bb3aabce2c26f5722407d6d Add Unicode to ICU mappings for versions 58 and 59 Change-Id: I87a5e6ce3a44a2be1e6bf8adf2f98cd0a4745574 --- 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',