Hi Guys,
This is continuation to my earlier thread
I would like to count the number of chars in an user inputted UTF-8 string
I know that in PHP I can do the count by using the below function
mb_strlen($data, 'UTF-8');
Is there an equivalent and easiest way to count using Javascript?