X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcollation%2FCollation.php;h=30cae5a8833517830085bb0d3539122e73e662c8;hb=e9602b246640c4878036e1d27b7f71704ec4bf53;hp=d009168d5e8065fe92a709b8e3f5c74c4d173bb9;hpb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/collation/Collation.php b/includes/collation/Collation.php index d009168d5e..30cae5a883 100644 --- a/includes/collation/Collation.php +++ b/includes/collation/Collation.php @@ -65,8 +65,12 @@ abstract class Collation { return new CollationEt; case 'xx-uca-fa': return new CollationFa; + case 'uppercase-ab': + return new AbkhazUppercaseCollation; case 'uppercase-ba': return new BashkirUppercaseCollation; + case 'uppercase-se': + return new NorthernSamiUppercaseCollation; default: $match = []; if ( preg_match( '/^uca-([A-Za-z@=-]+)$/', $collationName, $match ) ) {