From a075f0de28738f412d2e000180520df4f3242528 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Thu, 16 May 2013 22:59:46 -0300 Subject: [PATCH] Add fa to collation list. Based on http://collation-charts.org/icu442/icu442-fa.html Should be verified by a native speaker. Bug: 30287 Change-Id: I3c30824f7d133cf615ec7c2c39d31f27c39f89fe --- includes/Collation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Collation.php b/includes/Collation.php index ed8a031dd1..1689cb361f 100644 --- a/includes/Collation.php +++ b/includes/Collation.php @@ -235,6 +235,7 @@ class IcuCollation extends Collation { 'es' => array( "Ñ" ), 'et' => array( "Š", "Ž", "Õ", "Ä", "Ö", "Ü" ), 'eu' => array( "Ñ" ), + 'fa' => array( "آ", "ء", "ه" ), 'fo' => array( "Á", "Ð", "Í", "Ó", "Ú", "Ý", "Æ", "Ø", "Å" ), 'fr' => array(), 'fur' => array( "À", "Á", "Â", "È", "Ì", "Ò", "Ù" ), -- 2.20.1