Skip to content

gonapps-org/lua-hangul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-hangul

About

libhangul lua binding library

Usage

installation

$ sudo luarocks install lua-hangul

example code

local hangul = require 'hangul'
local hangul_ic = hangul.ic_new()
while true do
    local char = string.byte(io.read(1))
    hangul_ic:process(char)
    io.write(hangul.ucs4_to_utf8(hangul_ic:get_commit_string()))
end

License

LGPLv2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published