summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>2022-01-21 20:50:45 +0200
committerBartosz Dziewoński <matma.rex@gmail.com>2022-02-16 20:59:09 +0000
commit19ee29788b9445fbef6f643312916a92da580934 (patch)
tree8294f5093849690d1a5a4c5574d49364f7c76968
parent69f4dba8eb7e676c29d5d3cecb45725c67c1e1d0 (diff)
Add Ӷ and Ԥ to Abkhaz collationwmf/1.38.0-wmf.21
The letters were replaced almost everywhere in MediaWiki code, translatewiki, and Abkhaz Wikipedia, but still remains in the collation file, so Wikipedia articles whose titles begin with the letters Ӷ and Ԥ are sorted incorrectly in categories. The letters Ҕ and Ҧ are kept after the new letters for backwards compatibility, as discussed at https://ab.wikipedia.org/w/index.php?oldid=117030#Категории Bug: T298309 Change-Id: I192674eee1d35ed83bd0e9cadefa0ea87203b9e0 (cherry picked from commit 41ad6c84460d5d0616b56b5cc438ee731e8772eb)
-rw-r--r--includes/collation/AbkhazUppercaseCollation.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/collation/AbkhazUppercaseCollation.php b/includes/collation/AbkhazUppercaseCollation.php
index 93ba79a882a5..a5102e37b627 100644
--- a/includes/collation/AbkhazUppercaseCollation.php
+++ b/includes/collation/AbkhazUppercaseCollation.php
@@ -37,6 +37,7 @@ class AbkhazUppercaseCollation extends CustomUppercaseCollation {
'Г',
'Гь',
'Гә',
+ 'Ӷ',
'Ҕ',
'Ҕь',
'Ҕә',
@@ -64,6 +65,7 @@ class AbkhazUppercaseCollation extends CustomUppercaseCollation {
'Н',
'О',
'П',
+ 'Ԥ',
'Ҧ',
'Р',
'С',