Skip to content

unicode crate availability? #41

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

Closed
BurntSushi opened this issue Feb 22, 2015 · 3 comments
Closed

unicode crate availability? #41

BurntSushi opened this issue Feb 22, 2015 · 3 comments

Comments

@BurntSushi
Copy link
Member

At some point, it looks like all of the character class definitions got migrated out of regex and into a separate unicode crate: http://doc.rust-lang.org/unicode/regex/ --- What are the stability plans for unicode? My guess is that things like PERLD aren't going to be included in the Rust distribution, so we'll need to plan to move forward on that.

@lambda-fairy
Copy link

Would it be worth spinning these tables out into a separate unicodedata crate? These tables are quite useful outside of regex, and with unstable stuff being moved out the distribution, crates.io would be the perfect home for them.

@alexcrichton
Copy link
Member

Currently there are not plans to distribute or stabilize unicode in the near future, so I believe this functionality will need to be folded back into the regex crate.

@BurntSushi
Copy link
Member Author

We dropped reliance on the unicode crate in 787d812, so this is no longer relevant.

Manishearth added a commit to Manishearth/rust that referenced this issue Apr 12, 2015
The regex crate keeps its own tables now (rust-lang/regex#41) so we
don't need them here.

[breaking-change]
bors added a commit to rust-lang/rust that referenced this issue Apr 13, 2015
The regex crate keeps its own tables now (rust-lang/regex#41) so we
don't need them here.

[breaking-change]
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

3 participants