Skip to content

Commit d79d4de

Browse files
committed
test
1 parent 3043600 commit d79d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grapheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function* graphemeSegments(input) {
121121
_catBegin = catAfter;
122122
_hd = cp;
123123

124-
} else {
124+
} else if (cp >= 2325) {
125125
// Note: Avoid InCB state checking much as possible
126126
// Update InCB state only when continuing within a segment
127127
if (!consonant && catBefore === 0)

0 commit comments

Comments
 (0)