mb_convert_case($string,MB_CASE_UPPER, "UTF-8");
strtoupper(strtr($string, 'ęóąśłżźćń','ĘÓĄŚŁŻŹĆŃ' ));