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.