Backport the entities to luajit with the ffi binding as the entities to UTF-8 decoder.
Production Ready
make && make install
or
make && make install DESTDIR=/path/
Make sure htmlentities.lua
and libhtmlentities.so
is in the package.cpath
and package.path
local htmlentities_decoder = htmlentities.new()
local htmlentities_decode = htmlentities_decoder.decode
htmlentities_decode("&")
To contribute to lua-resty-htmlentities, clone this repo locally and commit your code on a separate branch.
PS: PR Welcome 🚀 🚀 🚀 🚀
GitHub @detailyang
lua-resty-htmlentities is licensed under the MIT license.