pub fn offset_from_utf16(text: &Rope, line: u32, character: u32) -> usizeExpand description
The char offset for a protocol position, clamped to the line and to the document. Servers do send out-of-range positions; clamping is the contract, not a bug.