Skip to content

0.2.0: Add break cursors (ICU break iterators).

Latest
Compare
Choose a tag to compare
@allevato allevato released this 23 Nov 17:51

This release adds new types to represent ICU's various break iterators (which we call "cursors"). There is a concrete type for each kind of cursor (Character, Line, RuleBased, Sentence, and Word), which use strongly typed rule status values instead of plain integers.