lua-resty-htmlentities
HTML encoder
Backports HTML entities to luajit with a UTF-8 decoder using C and FFI binding
Backport the html entities to luajit with the ffi binding as the entities to UTF-8 decoder.
7 stars
3 watching
9 forks
Language: C
last commit: almost 8 years ago
Linked from 1 awesome list
htmlentitiesluajit
Related projects:
Repository | Description | Stars |
---|---|---|
detailyang/lua-resty-jsdecode | Decodes JavaScript escape notation to UTF-8 bytes using a C-based binding. | 4 |
detailyang/lua-resty-rfc5424 | An implementation of the RFC 5424 syslog format in OpenResty using Lua. | 8 |
bungle/lua-resty-utf8rewind | Provides FFI bindings to support UTF-8 encoded text in Lua string handling functions | 4 |
bungle/lua-resty-unistring | Provides LuaJIT bindings to the GNU libunistring library for Unicode string manipulation. | 7 |
bungle/lua-resty-uuid | FFI bindings for a universally unique identifier library allowing Lua applications to interact with UUIDs in C compatible way. | 60 |
bungle/lua-resty-nettle | FFI bindings for cryptographic functions from Nettle library | 183 |
bungle/lua-resty-lanli | FFI Bindings to HTML Sanitizer Library | 5 |
detailyang/lua-resty-cors | Provides an OpenResty module to implement CORS (Cross-Origin Resource Sharing) policies | 56 |
bungle/lua-resty-hoedown | A Lua binding to Hoedown, a C-based Markdown processing library | 26 |
bungle/lua-resty-sass | FFI bindings for a Sass compiler implementation in C/C++. | 10 |
isage/lua-resty-mobile | A Lua-based library for detecting mobile devices in HTTP requests | 34 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
bungle/lua-resty-tags | A Lua-based DSL for building HTML documents | 15 |
stravant/luaminify | Tools for parsing and transforming Lua source code | 259 |
flamendless/arson.lua | A library that enables encoding and decoding of custom data types into JSON format | 10 |