From 453ed1818ed62004e04197ab2faa1e66ef746fed Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Tue, 5 Mar 2013 13:47:05 +0100 Subject: [PATCH] IcuCollation::$tailoringFirstLetters: 'en', 'it', 'hu', 'pt', 'uk' verified MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * en: obviously * it: per Nemo_bis in comments on change I97273c52 * hu: per Tisza Gergő in comments on bug 45596 * pt: 'uca-default' collation is deployed on pt.wiki, 'uca-pt' is the same thing * uk: per Dmytro Dziuma in comments on bug 45444 Change-Id: Ia7568a9ad40ef991b73059b5269e6236f52681f1 --- includes/Collation.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/Collation.php b/includes/Collation.php index a77e01739d..c356947e24 100644 --- a/includes/Collation.php +++ b/includes/Collation.php @@ -201,9 +201,14 @@ class IcuCollation extends Collation { // Verified by native speakers 'be' => array( "Ё" ), 'be-tarask' => array( "Ё" ), + 'en' => array(), 'fi' => array( "Å", "Ä", "Ö" ), + 'hu' => array( "Cs", "Dz", "Dzs", "Gy", "Ly", "Ny", "Ö", "Sz", "Ty", "Ü", "Zs" ), + 'it' => array(), 'pl' => array( "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż" ), + 'pt' => array(), 'ru' => array(), + 'uk' => array( "Ґ", "Ь" ), // Not verified, but likely correct 'af' => array(), 'ast' => array( "Ch", "Ll", "Ñ" ), @@ -219,7 +224,6 @@ class IcuCollation extends Collation { 'de' => array(), 'dsb' => array( "Č", "Ć", "Dź", "Ě", "Ch", "Ł", "Ń", "Ŕ", "Š", "Ś", "Ž", "Ź" ), 'el' => array(), - 'en' => array(), 'eo' => array( "Ĉ", "Ĝ", "Ĥ", "Ĵ", "Ŝ", "Ŭ" ), 'es' => array( "Ñ" ), 'et' => array( "Š", "Ž", "Õ", "Ä", "Ö", "Ü" ), @@ -233,9 +237,7 @@ class IcuCollation extends Collation { 'gl' => array( "Ch", "Ll", "Ñ" ), 'hr' => array( "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ), 'hsb' => array( "Č", "Dź", "Ě", "Ch", "Ł", "Ń", "Ř", "Š", "Ć", "Ž" ), - 'hu' => array( "Cs", "Dz", "Dzs", "Gy", "Ly", "Ny", "Ö", "Sz", "Ty", "Ü", "Zs" ), 'is' => array( "Á", "Ð", "É", "Í", "Ó", "Ú", "Ý", "Þ", "Æ", "Ö", "Å" ), - 'it' => array(), 'kk' => array( "Ү", "І" ), 'kl' => array( "Æ", "Ø", "Å" ), 'ku' => array( "Ç", "Ê", "Î", "Ş", "Û" ), @@ -250,7 +252,6 @@ class IcuCollation extends Collation { 'nl' => array(), 'no' => array( "Æ", "Ø", "Å" ), 'oc' => array(), - 'pt' => array(), 'rm' => array(), 'ro' => array( "Ă", "Â", "Î", "Ş", "Ţ" ), 'rup' => array( "Ă", "Â", "Î", "Ľ", "Ń", "Ş", "Ţ" ), @@ -265,7 +266,6 @@ class IcuCollation extends Collation { 'tl' => array( "Ñ", "Ng" ), 'tr' => array( "Ç", "Ğ", "İ", "Ö", "Ş", "Ü" ), 'tt' => array( "Ә", "Ө", "Ү", "Җ", "Ң", "Һ" ), - 'uk' => array( "Ґ", "Ь" ), 'uz' => array( "Ch", "G'", "Ng", "O'", "Sh" ), 'vi' => array( "Ă", "Â", "Đ", "Ê", "Ô", "Ơ", "Ư" ), ); -- 2.20.1