提问人:kos 提问时间:10/28/2023 最后编辑:kos 更新时间:10/28/2023 访问量:31
添加来自 Luarocks 的 Lua-UTF8 支持
add lua-utf8 support from luarocks
问:
我在 ubuntu 22.04 桌面上
我安装了 Luarocks,Luarocks 安装了 Luautf8,我在我的代码中添加了这个 local utf8 = require 'lua-utf8',当我在我的工作室代码上运行它时,我得到以下内容module 'lua-utf8' not found: no field package.preload['lua-utf8'] no file '/home/konstantinos/Desktop/server/lua-apps/lua-utf8.lua' no file '/home/konstantinos/Desktop/server/lua-apps/lua-utf8.lua' no file '/home/konstantinos/Desktop/server/lua-apps/lua-utf8.so' no file '/home/konstantinos/Desktop/server/lua-apps/lua-utf8.so'
有什么建议吗?
答: 暂无答案
评论
print(package.path)
print(package.cpath)
LUA_PATH
LUA_CPATH
local utf8 = require 'lua-utf8'