8000 WB14 is renamed to WB999 in Unicode 9.0.0 · cbarrick/unicode-segmentation@675f347 · GitHub
[go: up one dir, main page]

Skip to content

Commit 675f347

Browse files
committed
WB14 is renamed to WB999 in Unicode 9.0.0
1 parent f9f7076 commit 675f347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/word.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl<'a> Iterator for UWordBounds<'a> {
171171
continue;
172172
}
173173
}
174-
break; // rule WB14
174+
break; // rule WB999
175175
}
176176
},
177177
Zwj => match cat { // rule WB3c
@@ -368,7 +368,7 @@ impl<'a> DoubleEndedIterator for UWordBounds<'a> {
368368
}
369369
break; // rule WB3a
370370
},
371-
_ => break // rule WB14
371+
_ => break // rule WB999
372372
},
373373
Zwj => match cat { // rule WB3c
374374
wd::WC_ZWJ => continue,

0 commit comments

Comments
 (0)
0