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

Support UCPTrie and UMutableCPTrie #247

Closed
sffc opened this issue May 2, 2022 · 5 comments
Closed

Support UCPTrie and UMutableCPTrie #247

sffc opened this issue May 2, 2022 · 5 comments

Comments

@sffc
Copy link

sffc commented May 2, 2022

Currently ICU4X supports UCPTrie but not UMutableCPTrie, which is required to build UCPTrie. It would be nice if rust_icu could make the ICU4C implementation of this available to Rust clients until ICU4X implements it in Rust.

https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/umutablecptrie_8h_source.html

ICU4X issue: unicode-org/icu4x#1837

@filmil
Copy link
Member

filmil commented May 2, 2022

What user is missing this feature today?

@sffc
Copy link
Author

sffc commented May 2, 2022

It would be nice to potentially leverage in ICU4X build tools.

@filmil
Copy link
Member

filmil commented May 3, 2022

Hm, in that case would you or someone from the more regular set of ICU4X contributors care to add the wrapper for the functionality you need?

@sffc
Copy link
Author

sffc commented May 3, 2022

I ended up writing a small C++ command-line tool for this for the short term.

@filmil
Copy link
Member

filmil commented May 3, 2023

sffc@ no longer needs this, closing.

@filmil filmil closed this as completed May 3, 2023
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