We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3043600 commit d79d4deCopy full SHA for d79d4de
src/grapheme.js
@@ -121,7 +121,7 @@ export function* graphemeSegments(input) {
121
_catBegin = catAfter;
122
_hd = cp;
123
124
- } else {
+ } else if (cp >= 2325) {
125
// Note: Avoid InCB state checking much as possible
126
// Update InCB state only when continuing within a segment
127
if (!consonant && catBefore === 0)
0 commit comments