Skip to content

Commit

Permalink
[
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Nov 5, 2024
1 parent 458def3 commit 37451a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static class RBBICharMonkey extends RBBIMonkeyKind {

fExtendedPictSet = new UnicodeSet("[:Extended_Pictographic:]");
fInCBLinkerSet = new UnicodeSet("[\\p{InCB=Linker}]");
fInCBConsonantSet = new UnicodeSet("[[\\p{InCB=Consonant}]");
fInCBConsonantSet = new UnicodeSet("[\\p{InCB=Consonant}]");
fInCBExtendSet = new UnicodeSet("[\\p{InCB=Extend}]");
fAnySet = new UnicodeSet("[\\u0000-\\U0010ffff]");

Expand Down

0 comments on commit 37451a9

Please sign in to comment.