[][src]Function xi_unicode::linebreak_property

pub fn linebreak_property(cp: char) -> u8

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.