Engine
0.0.6
Game engine in lua
Loading...
Searching...
No Matches
lua.lua
Go to the documentation of this file.
1
local function
has_support_utf8
()
2
if jit then
3
return true
4
end
5
6
if tonumber(_VERSION:match('Lua 5.(%d+)')) >= 3 then
7
return true
8
end
9
10
return false
11
end
12
13
local P = {
14
has_support_utf8
=
has_support_utf8
15
}
16
17
return
P
has_support_utf8
local function has_support_utf8()
src
lib
util
lua.lua
Generated by
1.12.0