Ru-Web-Catalog: CAT.statme.RURussian web-catalog list with Page Ranks and Website page shots. |
function convert_unicode($t) {
return
preg_replace(
'#%u([0-9A-F]{4})#se',
'iconv("UTF-16BE","Windows-1251",pack("H4","$1"))',
$t
);
}2009-09-21, Uzaren