Function xi_unicode::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.