-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gccrs: Implement quick-check for Unicode [skip ci]
gcc/rust/ChangeLog: * util/make-rust-unicode.py: * util/rust-codepoint.h (struct Codepoint): * util/rust-unicode-data.h: * util/rust-unicode.cc (lookup_cc): (nfc_quick_check): (nfc_normalize): (is_alphabetic): (is_nfc_qc_maybe): (is_nfc_qc_no): (rust_nfc_qc_test): * util/rust-unicode.h (is_nfc_qc_no): (is_nfc_qc_maybe): (enum class): (nfc_quick_check): (rust_nfc_qc_test): * util/DerivedCoreProperties.txt: New file. * util/DerivedNormalizationProps.txt: New file. * util/UnicodeData.txt: New file. Signed-off-by: Raiki Tamura <[email protected]>
- Loading branch information
1 parent
9864d7f
commit 10a9f78
Showing
8 changed files
with
64,142 additions
and
77 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.