Merge pull request #779 from WS64/master

Added dkjson as owner of the unichar function
This commit is contained in:
Huang Xin
2014-08-09 23:04:12 +08:00

View File

@@ -21,6 +21,8 @@ local Search = InputContainer:new{
}
local function unichar (value)
-- this function is taken from dkjson
-- http://dkolf.de/src/dkjson-lua.fsl/
local floor = math.floor
local strchar = string.char
if value < 0 then