str2utf($res["NAME"],'w')
iconv('windows-1251','utf-8',$res["NAME"])
mb_convert_encoding($res["NAME"],"UTF-8","WINDOWS-1251")