if you use utf-8 encodind, then you must replace in function function strip($string){}
strtolower($string) TO mb_convert_case($string, MB_CASE_LOWER, "utf-8") in file sea.class.php

no file, only fix

More...