From: MatmaRex Date: Mon, 18 Mar 2013 12:24:25 +0000 (+0100) Subject: IcuCollation::$tailoringFirstLetters: 'sv', 'vi' verified X-Git-Tag: 1.31.0-rc.0~20239^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=9c6655adb2c49f0b92553cefec0a48d185948ab3;p=lhc%2Fweb%2Fwiklou.git IcuCollation::$tailoringFirstLetters: 'sv', 'vi' verified * sv: per Lejonel in comments on bug 45446 * vi: per Minh Nguyễn in comments on bug 45979 Change-Id: I96bbcd73e75f9fc85a5c0b402eae87e5cda2259e --- diff --git a/includes/Collation.php b/includes/Collation.php index a0e1d2d113..bed4632a40 100644 --- a/includes/Collation.php +++ b/includes/Collation.php @@ -213,7 +213,10 @@ class IcuCollation extends Collation { 'pl' => array( "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Å»" ), 'pt' => array(), 'ru' => array(), + 'sv' => array( "Å", "Ä", "Ö" ), + '-sv' => array( "Þ" ), // sorted as "th" in Swedish, causing unexpected output - bug 45446 'uk' => array( "Ґ", "Ь" ), + 'vi' => array( "Ă", "Â", "Đ", "Ê", "Ô", "Æ ", "Ư" ), // Not verified, but likely correct 'af' => array(), 'ast' => array( "Ch", "Ll", "Ñ" ), @@ -266,14 +269,11 @@ class IcuCollation extends Collation { 'smn' => array( "Á", "Č", "Đ", "Ŋ", "Å ", "Ŧ", "Ž", "Æ", "Ø", "Å", "Ä", "Ö" ), 'sq' => array( "Ç", "Dh", "Ë", "Gj", "Ll", "Nj", "Rr", "Sh", "Th", "Xh", "Zh" ), 'sr' => array(), - 'sv' => array( "Å", "Ä", "Ö" ), - '-sv' => array( "Þ" ), // sorted as "th" in Swedish, causing unexpected output - bug 45446 'tk' => array( "Ç", "Ä", "Ž", "Ň", "Ö", "Ş", "Ü", "Ý" ), 'tl' => array( "Ñ", "Ng" ), 'tr' => array( "Ç", "Ğ", "Ä°", "Ö", "Ş", "Ü" ), 'tt' => array( "Ә", "Ó¨", "Ò®", "Җ", "Ò¢", "Òº" ), 'uz' => array( "Ch", "G'", "Ng", "O'", "Sh" ), - 'vi' => array( "Ă", "Â", "Đ", "Ê", "Ô", "Æ ", "Ư" ), ); const RECORD_LENGTH = 14;