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.
14 * Translation array to get upper case character
17 $wikiUpperChars = array(
1052 * Translation array to get lower case character
1054 $wikiLowerChars = array(