Пример #1
0
/**
 * @deprecated
 * @param $text
 * @return void
 */
function xoops_convert_encoding(&$text)
{
    $xoops = Xoops::getInstance();
    $xoops->deprecated(__FUNCTION__ . ' is deprecated since XOOPS 2.6.0. See how to replace it in file ' . __FILE__ . ' line ' . __LINE__);
    XoopsLocale::utf8_encode($text);
}