Added dkjson as owner of the unichar function

pull/779/head
WS64 10 years ago
parent 1189ce051d
commit bdf26d7859

@ -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

Loading…
Cancel
Save