starwing / luautf8

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

Revise eliminate goto from parseucd.lua #24

Closed SlySven closed 5 years ago

SlySven commented 5 years ago

It is not available in Lua 5.1!

As a result I could run parseucd.lua using Unicode 12.1 data - to update unidata.h.

Due to the way I have put this PR together it is advisable to do a Squash and merge to combine the functional changes of the first commit with the layout changes of the second into a single change in the repository's code.

This will close #23 .

Signed-off-by: Stephen Lyons slysven@virginmedia.com

starwing commented 5 years ago

Thx for the contribution! merged ;)