local unicodeLib local LLunicode if table.copy then unicodeLib = table.copy(unicode) LLunicode = table.copy(unicode) else unicodeLib = {} LLunicode = unicode end function unicodeLib.readCodePoint(readByte) local function inRange(min,max,...) for _,v in ipairs({...}) do if not (v and v>=min and v