String in UTF-8?

    whether the Chinese, or the Indians . :) UPDATE . They say that the Koreans excelled.
    function is_utf($str){
    if(iconv("UTF-8","UTF-8",$str)==$str)
    return true;
    else
    return false;
    }


    Also popular now: