From: Bartosz Dziewoński Date: Wed, 19 Jul 2017 14:27:50 +0000 (+0200) Subject: IcuCollation: Fix diacritic characters for Romanian (ro) headings X-Git-Tag: 1.31.0-rc.0~2667^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=486f64f28302ecceed04977;p=lhc%2Fweb%2Fwiklou.git IcuCollation: Fix diacritic characters for Romanian (ro) headings They should be Ș, Ț (comma-below) and instead they were cedilla-below (Ş, Ţ). Bug: T168711 Change-Id: I6dc873c3ce93bca3e425439f70d0fb30aecc9533 --- diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index e0eb1c13c8..84f71886da 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -196,7 +196,7 @@ class IcuCollation extends Collation { 'pl' => [ "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Å»" ], 'pt' => [], 'rm' => [], // not in libicu - 'ro' => [ "Ă", "Â", "Î", "Ş", "Å¢" ], + 'ro' => [ "Ă", "Â", "Î", "Ș", "Ț" ], 'ru' => [], 'rup' => [ "Ă", "Â", "Î", "Ľ", "Ń", "Ş", "Å¢" ], // not in libicu 'sco' => [],