pub fn char_byte_range(text: &str, char_pos: usize) -> Option<(usize, usize)>
Get the byte range for a character at a given character position