mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #779 from WS64/master
Added dkjson as owner of the unichar function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user