Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Utf8charpattern = lua.LString([]byte{
'[', 0, '-', 0x7f, 0xc2, '-', 0xf4, ']',
'[', 0x80, '-', 0xbf, ']', '*',
})
Functions ¶
func Utf8codepoint ¶
func Utf8codepoint(ls *lua.LState) int
func Utf8offset ¶
func Utf8offset(ls *lua.LState) int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.