pub(crate) fn cursor_byte_offset(text: &str, pos: Position) -> usize
The byte offset of an LSP (line, character) position in text. Mirrors the line_prefix computation (character as a byte index — ASCII-faithful).
(line, character)
text
line_prefix