3 * Simple 1:1 upper/lowercase switching arrays for utf-8 text.
4 * Won't get context-sensitive things yet.
6 * Hack for bugs in ucfirst() and company
8 * These are pulled from memcached if possible, as this is faster than filling
9 * up a big array manually.
16 * Translation array to get upper case character
18 $wikiUpperChars = array(
1068 * Translation array to get lower case character
1070 $wikiLowerChars = array(