Skip to content

utf8

function utf8.offset(s: string, n: number, i: number?): number?
function utf8.codepoint(s: string, i: number?, j: number?): ...number
function utf8.char(args: ...number): string
function utf8.len(s: string, i: number?, j: number?): number?
function utf8.codes(s: string): <iterator>