icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Add get_planes_trie to FFI

Open sffc opened this issue 5 months ago • 1 comments
trafficstars

Currently icu::collections::codepointtrie::get_planes_trie is not exported in FFI. It appears to be allowlisted along with all of the icu::collections crate; that filter pattern is probably too broad.

I think it makes sense to add this as a getter on CodePointMapData, even if the plane is not technically a Unicode property. Thoughts?

@Manishearth @ifeoluwa112

sffc avatar Jun 13 '25 16:06 sffc

That seems reasonable!

Manishearth avatar Jun 13 '25 17:06 Manishearth