[unic-segment] Implement line breaking in Annex 14
dead10ck opened this issue · 1 comments
dead10ck commented
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
Worth commenting that the unicode-linebreak
crate has implemented this, for reference.