wiki.techinc.nl/serialized
Tim Starling eaeea84b44 * Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with default tables.
* Added a maintenance script which generates a list of first letters. Unified Han are omitted for performance, and because they shouldn't be used as headings anyway. A future collation specific to Chinese would provide the KangXi radicals as "first letters".
* Provided a precomputed list of first letters. Used Unicode 6.0.0 data and ICU 4.2. 
* Moved collation functionality from Language to a Collation class hierarchy with factory function. Removed the recently-added methods from Language and updated all callers.
* Changed Title::getCategorySortkey() to separate its parts with a line break instead of a null character. All collations supported by the intl extension ignore the null character, i.e. "ab" == "a\0b". It would have required a lot of hacking to make it work.
* Fixed the uppercase collation to handle non-ASCII characters, redundantly with r80436. I don't think it's necessary to change the collation name as was done there, so I reverted that in the course of my conflict merge. A --force option to updateCollation.php might be nice though.
2011-01-17 14:02:22 +00:00
..
.htaccess
first-letters-root.ser * Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with default tables. 2011-01-17 14:02:22 +00:00
Makefile * Introduced a new system for localisation caching. The system is based around fast fetches of individual messages, minimising memory overhead and startup time in the typical case. It handles both core messages (formerly in Language.php) and extension messages (formerly in MessageCache.php). Profiling indicates a significant win for average throughput. 2009-06-28 07:11:43 +00:00
normalize-ar.ser Fix for bug 9413 and the related Malayalam issue reported on wikitech-l. 2010-01-04 08:28:50 +00:00
normalize-ml.ser Fix for bug 9413 and the related Malayalam issue reported on wikitech-l. 2010-01-04 08:28:50 +00:00
serialize.php
Utf8Case.ser * (bug 25708) Update case mappings and normalization to Unicode 6.0.0 2011-01-09 12:04:28 +00:00