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 to more recent version of Unicode #391

Closed
H2CO3 opened this issue Aug 6, 2017 · 2 comments
Closed

Update to more recent version of Unicode #391

H2CO3 opened this issue Aug 6, 2017 · 2 comments

Comments

@H2CO3
Copy link

H2CO3 commented Aug 6, 2017

This still uses Unicode 7.0.0 which causes serious discrepancies in the handling of e.g. XID_Start and XID_Continue properties. For instance, ^\p{XID_Continue}$ doesn't match U+17828, whereas unicode-xid's UnicodeXID::is_xid_continue() correctly returns true for this code point.

@H2CO3 H2CO3 changed the title Update to more recent version of Unicode` Update to more recent version of Unicode Aug 6, 2017
bors added a commit that referenced this issue Sep 27, 2017
regex-syntax: update to Unicode 10.0

Fixes #391
@bors bors closed this as completed in #400 Sep 27, 2017
@H2CO3
Copy link
Author

H2CO3 commented Sep 27, 2017

Awesome! 🍾 👍 I don't want to sound like a pain, but is it possible that we'll see a 0.2.3 release soon with this – quite important – improvement? 😃

@BurntSushi
Copy link
Member

I'm not sure I appreciate the importance here, but I'd like to get a couple more of the outstanding PRs merged first before cutting a release.

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

No branches or pull requests

2 participants