Merge "Add Unicode to ICU mappings for versions 51-57"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 21 Jul 2016 05:23:22 +0000 (05:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 21 Jul 2016 05:23:22 +0000 (05:23 +0000)
1  2 
includes/collation/IcuCollation.php

@@@ -93,14 -93,7 +93,14 @@@ class IcuCollation extends Collation 
                'be-tarask' => [ "Ё" ],
                'cy' => [ "Ch", "Dd", "Ff", "Ng", "Ll", "Ph", "Rh", "Th" ],
                'en' => [],
 -              'fa' => [ "آ", "ء", "ه" ],
 +              // RTL, let's put each letter on a new line
 +              'fa' => [
 +                      "آ",
 +                      "ء",
 +                      "ه",
 +                      "ا",
 +                      "و"
 +              ],
                'fi' => [ "Å", "Ä", "Ö" ],
                'fr' => [],
                'hu' => [ "Cs", "Dz", "Dzs", "Gy", "Ly", "Ny", "Ö", "Sz", "Ty", "Ü", "Zs" ],
                $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',