Skip to main content
Latest
import * as denopsLsputil from "https://deno.land/x/denops_lsputil@v0.9.4/offset_encoding/mod.ts";

Functions

Convert offset in utf-8|utf-16|utf-32 to offset in utf-16.

Convert offset in utf-8|utf-16|utf-32 to offset in utf-32.

Convert offset in utf-8|utf-16|utf-32 to offset in utf-8.

Type Aliases

A type indicating how positions are encoded, specifically what column offsets mean.

Character offsets count UTF-16 code units.

Character offsets count UTF-32 code units.

Character offsets count UTF-8 code units (e.g bytes).