-
Notifications
You must be signed in to change notification settings - Fork 241
Add conversions for unicode-script
#7271
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
base: main
Are you sure you want to change the base?
Conversation
48d6156 to
ef0dc6b
Compare
ef0dc6b to
b59186c
Compare
|
From the other issue:
I'd like to know that reason. I know some of the linebender ecosystem is using unicode-script but they're also considering switching to ICU4X. It feels inefficient for an application to carry both. I understand that large applications ultimately can't control their dependency sprawl as easily so it's going to happen, but it would be nice to wait for people to ask us for it with strong reasons. Unicode-script was primarily created as a crate for use by rustc for mixed-script detection (via unicode-security). Unlike some of the other unicode-rs crates, there's a less strong maintenance guarantee there when it comes to Unicode updates and such. I'd rather not have unicode-script be a part of ICU4X's public API if I can help it, especially in case we decide to make breaking changes. |
Yes you certainly shouldn't use the data in both
What changes would that be? |
And this would make it easier for them to migrate, given that their current API accepts the FWIW |
If it's about migration they can do a temporary thing.
Right, because
Unclear! It's not something we've seriously looked at from a polishing perspective. |
Context: #7266 (comment)