From: MatmaRex Date: Wed, 20 Mar 2013 23:12:00 +0000 (+0100) Subject: IcuCollation::$tailoringFirstLetters: letter removal rules for Finnish X-Git-Tag: 1.31.0-rc.0~20238^2 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=3d7966d28c7ac020d8836b7aad33d37c8385b7da;p=lhc%2Fweb%2Fwiklou.git IcuCollation::$tailoringFirstLetters: letter removal rules for Finnish Four non-ASCII letters - Ǥ, Ŋ, Ŧ, Ʒ - are sorted the same as their unaccented base ASCII versions - G, N, T, Z - causing unexpected output on category pages. Bug: 46330 Change-Id: I976dedfdc651fcc96a2291934924aa40b27f4c2f --- diff --git a/includes/Collation.php b/includes/Collation.php index a0e1d2d113..2cbe3c10dc 100644 --- a/includes/Collation.php +++ b/includes/Collation.php @@ -208,6 +208,7 @@ class IcuCollation extends Collation { 'be-tarask' => array( "Ё" ), 'en' => array(), 'fi' => array( "Å", "Ä", "Ö" ), + '-fi' => array( "Ǥ", "Ŋ", "Ŧ", "Æ·" ), // sorted like G, N, T, Z - bug 46330 'hu' => array( "Cs", "Dz", "Dzs", "Gy", "Ly", "Ny", "Ö", "Sz", "Ty", "Ü", "Zs" ), 'it' => array(), 'pl' => array( "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Å»" ),