aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageUtf8.php
Commit message (Expand)AuthorAgeFilesLines
* Language file cleanup backportedNiklas Laxström2005-08-181-7/+7
* fix some issues with phpdocAntoine Musso2005-07-051-1/+4
* * @package MediaWikiÆvar Arnfjörð Bjarmason2005-04-051-0/+4
* * (bug 1042) Fix UTF-8 case conversion for PHP 4.1.x and 4.2.x with mbstring ...Brion Vibber2005-03-261-1/+1
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-0/+3
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+1
* Inner loop optimization: when rendering a wiki page, Language::ucfirst() gets...Brion Vibber2004-11-231-8/+17
* Fixed bug due to non-global scope when included from Setup.phpTim Starling2004-10-231-0/+6
* Add some profiling pointsBrion Vibber2004-08-221-2/+6
* Don't bother loading $wikiLowerChars and $wikiUpperChars if the mb_*Brion Vibber2004-08-211-18/+21
* Enter 10x more efficient stripForSearch code.Domas Mituzas2004-08-161-5/+17
* Comments:Fix stale comments, this file isn't just a wrapper, also add a note ...Domas Mituzas2004-08-161-2/+6
* Commit in resource efficient lcfirst and ucfirstDomas Mituzas2004-08-161-10/+22
* Add Language::truncate() method for truncating strings to a certain byteBrion Vibber2004-08-011-0/+38
* Tweak the UTF-8 case conversion regexps to avoid a problem when the firstBrion Vibber2004-08-011-2/+2
* uppercase input/output encodingGabriel Wicke2004-06-241-2/+2
* fix regex, missing trailing / addedJens Frank2004-06-061-1/+1
* new function firstChar: Return first character (not byte) of a stringJens Frank2004-06-051-0/+7
* removing unneeded global variables declarations in ucfirst() & lcfirst()Antoine Musso2004-06-041-2/+2
* Allow installing and running the wiki on a server where ini_set has beenBrion Vibber2004-05-091-1/+4
* include_once -> require_onceTim Starling2004-05-071-1/+1
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Fix memcached breakageBrion Vibber2004-01-251-1/+1
* Using UTF-8 compatible ucfirst/lcfirstTim Starling2004-01-251-0/+8
* Security fix: include pathBrion Vibber2003-11-171-1/+1
* Break UTF-8 support class from the case conversion tables; grab tables from m...Brion Vibber2003-08-301-0/+60