Added dkjson as owner of the unichar function

This commit is contained in:
WS64
2014-08-09 16:38:48 +02:00
parent 1189ce051d
commit bdf26d7859

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