From: Reedy Date: Wed, 20 Jul 2016 19:47:22 +0000 (+0100) Subject: Add Unicode to ICU mappings for versions 51-57 X-Git-Tag: 1.31.0-rc.0~6315^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=997c071301a0459069da4a54508632d65df42897;p=lhc%2Fweb%2Fwiklou.git Add Unicode to ICU mappings for versions 51-57 Change-Id: I35c2cdd2c56b491229f1f6d8b69b1de21af23aab --- diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index 27f917bd76..dc8c607bd7 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -444,6 +444,13 @@ class IcuCollation extends Collation { $versionPrefix = substr( $icuVersion, 0, 3 ); // Source: http://site.icu-project.org/download $map = [ + '57.' => '8.0', + '56.' => '8.0', + '55.' => '7.0', + '54.' => '7.0', + '53.' => '6.3', + '52.' => '6.3', + '51.' => '6.2', '50.' => '6.2', '49.' => '6.1', '4.8' => '6.0',