Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Grapheme Splitter does't work a perfect 100%,  On some cases it is not determining the character length right.  Also there was no documentation or mentions about it's test case coverage.

Code Block
languagejs
Case 1 
"प्र"
Expected value of character length 1
Actual value through grapheme splitter is 2

Case 2
க்ஷௌ
Expected value of character length 1
Actual value through grapheme splitter is 2

...