google/rust_icu

Support UCPTrie and UMutableCPTrie

sffc opened this issue · 5 comments

sffc commented

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

What user is missing this feature today?

sffc commented

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

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 commented

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

filmil commented

sffc@ no longer needs this, closing.