xi_unicode

Function linebreak_property

Source
pub fn linebreak_property(cp: char) -> u8
Expand description

The Unicode line breaking property of the given code point.

This is given as a numeric value which matches the ULineBreak enum value from ICU.