function utf8_strtolower($string) {
        static $upper_to_lower;

        if ($upper_to_lower == null) {
            $upper_to_lower = array(