How to check if the word is Japanese or English using PHP

Posted by bn on Stack Overflow See other posts from Stack Overflow or by bn
Published on 2010-05-18T11:54:41Z Indexed on 2010/05/18 12:00 UTC
Read the original article Hit count: 269

Filed under:
|
|
|

I want to have different process for English word and Japanese word in this function

function process_word($word) { if($word is english) { ///////// }else if($word is japanese) { //////// }

}

thank you

© Stack Overflow or respective owner

Related posts about php

Related posts about unicode