4

Is there any optimal way to implement character count for indic language like Hindi Tamil For example, if we take the word "Mother" in English, it is a 6 letter word. But if you type the same word(माता) in Hindi, it is a two letter word(मा + ता) but the length of character become 4.is there any way to count the number of real characters?

माता -> actual -> 4, Expected-> 2
जगदीश  -> actual ->5 , Expected -> 4
क्रमश  -> actual -> 5, expected -> 3

Any help on this would be greatly appreciated...

  • see [https://stackoverflow.com/questions/13815678/count-number-of-characters-present-in-foreign-language](https://stackoverflow.com/questions/13815678/count-number-of-characters-present-in-foreign-language) – basdanny Oct 05 '18 at 12:01
  • Does this answer your question? [Count number of characters present in foreign language](https://stackoverflow.com/questions/13815678/count-number-of-characters-present-in-foreign-language) – tripleee May 29 '23 at 11:11

0 Answers0