From 331ac75c0a76c577a60f9be08b0b235be831c69b Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Wed, 25 May 2016 10:36:12 -0400 Subject: [PATCH] Add support for icu-ta collation First letters are based on https://ssl.icu-project.org/trac/browser/icu/trunk/source/data/coll/ta.txt This commit has not been verified by a native speaker yet, but is probably right. Bug: T75453 Change-Id: Ic9bb3658868917790aa770c99f8f280f2dd3eace --- includes/collation/IcuCollation.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index a374b13168..a6af2417d1 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -155,6 +155,11 @@ class IcuCollation extends Collation { 'smn' => [ "Á", "Č", "Đ", "Ŋ", "Š", "Ŧ", "Ž", "Æ", "Ø", "Å", "Ä", "Ö" ], 'sq' => [ "Ç", "Dh", "Ë", "Gj", "Ll", "Nj", "Rr", "Sh", "Th", "Xh", "Zh" ], 'sr' => [], + 'ta' => [ + "\xE0\xAE\x82", "ஃ", "க்ஷ", "க்", "ங்", "ச்", "ஞ்", "ட்", "ண்", "த்", "ந்", + "ப்", "ம்", "ய்", "ர்", "ல்", "வ்", "ழ்", "ள்", "ற்", "ன்", "ஜ்", "ஶ்", "ஷ்", + "ஸ்", "ஹ்", "க்ஷ்" + ], 'tk' => [ "Ç", "Ä", "Ž", "Ň", "Ö", "Ş", "Ü", "Ý" ], 'tl' => [ "Ñ", "Ng" ], 'tr' => [ "Ç", "Ğ", "İ", "Ö", "Ş", "Ü" ], -- 2.20.1