-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It turns out that 'cf' is also an abbreviation for the 'Case_Folding' property. Even though we don't actually support a 'Case_Folding' property, a quirk of our code caused 'cf' to fail since it was treated as a normal boolean property instead of a general category. We fix it be special casing it. Note that '\p{gc=cf}' worked and continues to work. If we ever do add the 'Case_Folding' property, we'll not be able to support its abbreviation since it is now taken by 'Format'. Fixes #719
- Loading branch information
1 parent
fe9b5c9
commit b1489c8
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters