
 Atif Ghaffar - 2010-06-30 15:29:45 - 
In reply to message 2 from Peter KahlHere are my changes.
Perhaps you may want to add them just before the class declation.
best regards
if (!function_exists("mb_internal_encoding")) {
    function mb_internal_encoding(){
        return true;
    }
}
if (!function_exists("mb_strtolower")) {
    function mb_strtolower($str){
        return strtolower($str);
    }
}
if (!function_exists("mb_strlen")) {
    function mb_strlen($str){
        return strlen($str);
    }
}