Skip to main content

encode_ranges_bytes

Function encode_ranges_bytes 

Source
pub fn encode_ranges_bytes(table: &[(u32, u32)]) -> Vec<u8> 
Expand description

Encode a range table — same shape as the combining-mark / whitespace ranges. Delegates to super::encode_u32_pair_table.