KiyoshiSaundo
4/6/2018 - 12:23 PM

w2u.php

w2u.php

function w2u($str) {
	return iconv('windows-1251', 'UTF-8//TRANSLIT//IGNORE', $str);
}