$pol = mb_convert_encoding($_GET['value'], 'UTF-8', 'windows-1251');
$pol1 = mb_convert_encoding($_GET['oldvalue'], 'UTF-8', 'windows-1251');
$pol = iconv('UTF-8', 'windows-1251', $_GET['value']);
$pol1 = iconv('UTF-8', 'windows-1251', $_GET['oldvalue']);