[][src]Function xi_unicode::linebreak_property_str

pub fn linebreak_property_str(s: &str, ix: usize) -> (u8, usize)

The Unicode line breaking property of the given code point.

Look up the line breaking property for the first code point in the string. Return the property as a numeric value, and also the utf-8 length of the codepoint, for convenience.