MediaWiki
REL1_19
|
Simple 1:1 upper/lowercase switching arrays for utf-8 text. More...
Go to the source code of this file.
Variables | |
$wikiLowerChars | |
Translation array to get lower case character. | |
$wikiUpperChars | |
Translation array to get upper case character. |
Simple 1:1 upper/lowercase switching arrays for utf-8 text.
Won't get context-sensitive things yet.
Hack for bugs in ucfirst() and company
These are pulled from memcached if possible, as this is faster than filling up a big array manually.
Definition in file Utf8Case.php.
$wikiLowerChars |
Translation array to get lower case character.
Definition at line 1070 of file Utf8Case.php.
Referenced by Language\getCaseMaps(), and Language\lcCallback().
$wikiUpperChars |
Translation array to get upper case character.
Definition at line 18 of file Utf8Case.php.
Referenced by Language\getCaseMaps(), Language\ucCallback(), and Language\ucwordsCallbackWiki().