unicode-rs / unicode-segmentation

Grapheme Cluster and Word boundaries according to UAX#29 rules
https://unicode-rs.github.io/unicode-segmentation
Other
565 stars 57 forks source link

Fix failing Devanagari क tests #125

Closed syvb closed 3 months ago

syvb commented 11 months ago

Currently we skip these tests from the Unicode test suite (see #124): https://github.com/unicode-rs/unicode-segmentation/blob/6191f8e287a5cd534af54974952957a6e7bdf6a1/src/test.rs#L53

We should fix whatever issue is causing these to fail.

nicolasmendoza commented 11 months ago

Hi @syvb

I'd like to work on this Issue #125, Is it still open for contribution? If so, may I claim it?

syvb commented 11 months ago

@nicolasmendoza I'm not working on this myself, you can claim this if you want. (also: to be clear, I'm not a maintainer of this crate)