* Performance hack for domas: Only call the mb_ functions or do the expensive
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 10 Jan 2006 00:21:27 +0000 (00:21 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 10 Jan 2006 00:21:27 +0000 (00:21 +0000)
commit297db86c0e3f2442ab30cae2ac79e1e1d077d4e4
tree4ea9e0137014e09a3e073ea8b396c78a3ee025a4
parentf97ec5ff1c8fca9d4d7f61f4899de93028b2f097
* Performance hack for domas: Only call the mb_ functions or do the expensive
  table lookups if we're dealing with a multibyte string, otherwise call
  strtolower(), ucfirst() and friends
languages/LanguageUtf8.php