detailyang / lua-resty-htmlentities

Backport the html entities to luajit with the ffi binding as the entities to UTF-8 decoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-resty-htmlentities

Backport the entities to luajit with the ffi binding as the entities to UTF-8 decoder.

Table of Contents

Status

Build Status

Production Ready

Install

make && make install

or

make && make install DESTDIR=/path/

Usage

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("&")

Contributing

To contribute to lua-resty-htmlentities, clone this repo locally and commit your code on a separate branch.

PS: PR Welcome πŸš€ πŸš€ πŸš€ πŸš€

Author

GitHub @detailyang

License

lua-resty-htmlentities is licensed under the MIT license.

About

Backport the html entities to luajit with the ffi binding as the entities to UTF-8 decoder.

License:MIT License


Languages

Language:C 58.2%Language:Shell 19.9%Language:Lua 17.1%Language:Makefile 4.8%