gluamahonia

package module
v0.0.0-...-69002d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2022 License: MIT Imports: 2 Imported by: 0

README

LuaMahonia for GopherLua

A native Go implementation of mahonia library warp for the GopherLua VM.

Using

Loading Modules
import (
	"github.com/super1207/gluamahonia"
)

// Bring up a GopherLua VM
L := lua.NewState()
defer L.Close()

// Preload LuaMahonia modules
gluamahonia.Preload(L) // or gluamahonia.PreloadWithName(L, "mahonia")
Lua example
local mahonia = require("mahonia")
local utf8Str = "你好"
local gbkStr = mahonia.convert("utf-8","gbk",utf8Str)
print(gbkStr) -- 浣犲ソ

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Preload

func Preload(L *lua.LState)

func PreloadWithName

func PreloadWithName(L *lua.LState, name string)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL