📜 ⬆️ ⬇️

String in UTF-8?

whether Chinese, or Hindus . :)
function is_utf($str){
if(iconv("UTF-8","UTF-8",$str)==$str)
return true;
else
return false;
}

UPDATE . It is suggested that Koreans excelled.

')

Source: https://habr.com/ru/post/48661/


All Articles