forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add legacy canonicalizations to unicode tables
Summary: This introduces a notion of a UnicodeTransformRange which expresses a range of Unicode characters which are transformed (for example, case-folded) through adding a delta. Use this to express legacy (non-Unicode) canonicalizations for regexp, and update the Unicode tables. Reviewed By: avp Differential Revision: D17413823 fbshipit-source-id: b7d8b253e8cb4bb370a4ba11137a002740962489
- Loading branch information
1 parent
25ca98f
commit 9ef3c7c
Showing
2 changed files
with
174 additions
and
1 deletion.
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