icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Unicode property `Joining_Group` is not exposed by this library.

Open asibahi opened this issue 1 year ago • 2 comments

Title sums it up. The Unicode properties of Joining_Type and Joining_Group are not exposed (or not implemented?) by this library, which gives dealing with Arabic script text a bit more friction than it needs. Meanwhile, rust users can use the unicode_joining_type crate.

asibahi avatar May 14 '24 15:05 asibahi

This is a good first issue. Adding it should be similar to adding Hangul_Syllable_Type which I did last week:

https://github.com/unicode-org/icu4x/pull/4885

sffc avatar May 16 '24 00:05 sffc

Joining_Type is already available in icu_properties 1.4.2 and 1.5.

hsivonen avatar May 30 '24 06:05 hsivonen

I tried a couple of weeks back to add it like in these commits, but the crate structure seems to have changed significantly. Unfortunately, the crate structure proved to be too complex for me to grok it.

asibahi avatar Oct 24 '24 11:10 asibahi