Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Unicode tables to version 14.0 #878

Closed
wants to merge 2 commits into from
Closed

Update Unicode tables to version 14.0 #878

wants to merge 2 commits into from

Conversation

pemistahl
Copy link

This PR is related to #877.

While working on the next release of my command-line tool grex, some of my property tests fail now because the regexes produced from characters introduced in Unicode 14.0 do not match those characters when tested with the regex crate. The reason is that the regex crate still uses the Unicode tables of version 13.0, so they need to be updated. This PR contains the updated tables.

I would highly appreciate if you merged this PR and created a new release for the regex crate soon so that I can release a new version of my tool. Thanks a lot in advance.

BurntSushi added a commit that referenced this pull request Jul 5, 2022
@BurntSushi BurntSushi mentioned this pull request Jul 5, 2022
BurntSushi added a commit that referenced this pull request Jul 5, 2022
BurntSushi added a commit that referenced this pull request Jul 5, 2022
@BurntSushi
Copy link
Member

I ended up doing this myself in #879, so as to make sure I was using a version of ucd-generate that had itself been updated to Unicode 14. See: BurntSushi/ucd-generate#50

@pemistahl pemistahl deleted the unicode-14.0 branch July 5, 2022 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants