From deaf4ff4953bec4349915efad413d58cbad63b7a Mon Sep 17 00:00:00 2001 From: Kaldari Date: Mon, 8 Aug 2016 13:39:13 -0700 Subject: [PATCH] Updating $tailoringFirstLetters for Macedonian Per https://ssl.icu-project.org/trac/browser/icu/trunk/source/data/coll/mk.txt Bug: T26953 Change-Id: I45938402923a109cfc80f59555af5cede584fc3b --- includes/collation/IcuCollation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index f5d3c3357d..530fc76598 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -150,7 +150,7 @@ class IcuCollation extends Collation { 'la' => [], 'lb' => [], 'lt' => [ "Č", "Š", "Ž" ], - 'mk' => [], + 'mk' => [ "Ѓ", "Ќ" ], 'mo' => [ "Ă", "Â", "Î", "Ş", "Ţ" ], 'mt' => [ "Ċ", "Ġ", "Għ", "Ħ", "Ż" ], 'nl' => [], -- 2.20.1