lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 18 November 2016 at 00:38, Deepak Jois <deepak.jois@gmail.com> wrote:
I maintain two libraries
which have C bindings, luaharfbuzz[1] and luaucdn[2].
<snip> 
 
But ucdn[4] is
just a C file along with a header file, so I bundle it in.

[2]: https://github.com/deepakjois/luaucdn
[4]: https://github.com/grigorig/ucdn



Sigh... I didn't know bindings to ucdn existed. It didn't come up on google or duckduckgo for my searches, and is not visible in luarocks under https://luarocks.org/search?q=unicode 

Lacking this knowledge, I spent last night writing bindings for libunistring (see https://github.com/daurnimator/lua-unistring) due to needing functions for case folding (which turns out to *not* be sufficient for what I was trying to do, but that's another story).