MediaWiki REL1_31
|
Temporary workaround for incorrect collation of Northern Sami language ('se') in Wikimedia servers (see bug T181503). More...
Public Member Functions | |
__construct () | |
Public Member Functions inherited from CustomUppercaseCollation | |
__construct (array $alphabet, Language $lang) | |
getFirstLetter ( $string) | |
Given a string, return the logical "first letter" to be used for grouping on category pages and so on. | |
getSortKey ( $string) | |
Given a string, convert it to a (hopefully short) key that can be used for efficient sorting. | |
Public Member Functions inherited from NumericUppercaseCollation | |
__construct (Language $lang) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Collation | |
static | factory ( $collationName) |
static | singleton () |
Temporary workaround for incorrect collation of Northern Sami language ('se') in Wikimedia servers (see bug T181503).
When the ICU's 'se' collation has been included in PHP-intl and Wikimedia servers updated to that new version of PHP, this file should be deleted and the collation for 'se' set to 'uca-se'.
Definition at line 34 of file NorthernSamiUppercaseCollation.php.
NorthernSamiUppercaseCollation::__construct | ( | ) |
Reimplemented from UppercaseCollation.
Definition at line 36 of file NorthernSamiUppercaseCollation.php.