From 779aa4ce5abc256f334ecb3495a399ec1e96669e Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 27 Oct 2016 08:09:11 +0000 Subject: [PATCH] Add first letter data for bn collation (Standard and Traditional) This is based solely on looking at the bn.txt collation data file. It has not been tested by native speakers. Bug: T148885 Change-Id: Ide926bc5ee8752269ef6a1bfe972e19b7188d193 --- includes/collation/IcuCollation.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index e6b773c5e4..7b4fce6f27 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -100,6 +100,12 @@ class IcuCollation extends Collation { 'be' => [ "Ё" ], 'be-tarask' => [ "Ё" ], 'bg' => [], + 'bn' => [ 'ং', 'ঃ', 'ঁ' ], + 'bn@collation=traditional' => [ + 'ং', 'ঃ', 'ঁ', 'ক্', 'খ্', 'গ্', 'ঘ্', 'ঙ্', 'চ্', 'ছ্', 'জ্', 'ঝ্', + 'ঞ্', 'ট্', 'ঠ্', 'ড্', 'ঢ্', 'ণ্', 'ৎ', 'থ্', 'দ্', 'ধ্', 'ন্', 'প্', + 'ফ্', 'ব্', 'ভ্', 'ম্', 'য্', 'র্', 'ৰ্', 'ল্', 'ৱ্', 'শ্', 'ষ্', 'স্', 'হ্' + ], 'bo' => [], 'br' => [ "Ch", "C'h" ], 'bs' => [ "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ], -- 2.20.1