open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

[unic-segment] Implement line breaking in Annex 14 #198

Open dead10ck opened 6 years ago

dead10ck commented 6 years ago

Hello! I noticed unic-segment describes its purpose as implementing segmentation for graphemes, words, and sentences, as described in UAX#29. I'd like to propose a (possibly long-term) goal of adding line segmentation as described by UAX#14.

clarfonthey commented 4 years ago

Worth commenting that the unicode-linebreak crate has implemented this, for reference.