starwing / luautf8

a utf-8 support module for Lua and LuaJIT.
MIT License
406 stars 67 forks source link

Unicode how-much? #32

Open alerque opened 4 years ago

alerque commented 4 years ago

From the 0.1.3 release notes:

update Unicode version to 14

I'd be curious where you got your hands on that, it would give a lot of us a big head start! As far as I know 13 is the current version, announced on March 10th, 2020.

Also, this package on LuaRocks.org needs updating ;-)

starwing commented 4 years ago

!! I have gone to Unicode.org and just find the latest version to update... maybe I have used the test version :(

SlySven commented 2 years ago

Also, this package on LuaRocks.org needs updating ;-)

That is true - but that Luarock was not uploaded by @starwing but @dannote, the former's one is https://luarocks.org/modules/xavier-wang/luautf8 though perhaps that might need updating as the 0.1.3-1 rock seems to be based on https://github.com/starwing/luautf8/commit/c462d19620ca4c1ec29ce02f7b322ed7d74f4ab3 but that is dated July 2020 whereas the last commit https://github.com/starwing/luautf8/commit/4e15359829f8c911de3a78ea8d4c5b945260256a was done over a year later...

SlySven commented 2 years ago

@starwing is it possible that you need to create and upload to https://luarocks.org/modules/xavier-wang/luautf8 a new rockspec file to support the changes that have been made over the last couple of years?

BTW The project that I code for, the MUD client Mudlet uses this module, we provide a Lua scripting subsystem for our end-users and we have been using (and sticking to avoid breaking backwards compatibility) on Lua 5.1 for the last decade or so. Since we added support for more than just plain ASCII several years ago we have needed to add Unicode handling facilities and this Lua module has been perfect and been incredibly useful for that task.

:+1: Thank you.

dannote commented 1 year ago

@starwing Hi, I've accidentally stumbled across this thread right now. Would you like to have all the versions uploaded or just the latest one? Is there anything else I can help with?