IcuCollation: Fix diacritic characters for Romanian (ro) headings
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 19 Jul 2017 14:27:50 +0000 (16:27 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 19 Jul 2017 14:28:02 +0000 (16:28 +0200)
They should be Ș, Ț (comma-below) and instead they were cedilla-below (Ş, Ţ).

Bug: T168711
Change-Id: I6dc873c3ce93bca3e425439f70d0fb30aecc9533

includes/collation/IcuCollation.php

index e0eb1c1..84f7188 100644 (file)
@@ -196,7 +196,7 @@ class IcuCollation extends Collation {
                'pl' => [ "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż" ],
                'pt' => [],
                'rm' => [], // not in libicu
-               'ro' => [ "Ă", "Â", "Î", "Ş", "Ţ" ],
+               'ro' => [ "Ă", "Â", "Î", "Ș", "Ț" ],
                'ru' => [],
                'rup' => [ "Ă", "Â", "Î", "Ľ", "Ń", "Ş", "Ţ" ], // not in libicu
                'sco' => [],