wiki.techinc.nl/serialized
Tim Starling ad19c032b0 Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
* Added $wgFixArchaicUnicode, which, if enabled, converts some deprecated Unicode sequences in Arabic and Malayalam text to their Unicode 5.1 equivalents.
* Added generateNormalizerData.php to generate the relevant data files. Added the generated data files also. 
* Made most things call the new wrapper method $wgContLang->normalize() instead of UtfNormal::cleanUp(), so that Unicode normalization can be customised on a per-language basis.
* Added some generic support for conversion tables to Language so that subclasses can easily implement these kinds of transformations.
2010-01-04 08:28:50 +00:00
..
.htaccess
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