Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utf8 #5

Open
wants to merge 5 commits into
base: v2.1
Choose a base branch
from

Conversation

javierguerragiraldez
Copy link
Member

This is the first step towards adding UTF-8 capabilities to LuaJIT. I'm adding the PR now to get the conversation going.

So far, this is equivalent to the Lua 5.3 utf8 module, should be complete and fully compatible (a large part of the code is only slightly adapted from Lua). I haven't done any JIT optimization yet, so all these functions would fall squarely in the NYI list.

The included tests pass on Lua 5.3 and try to be very specific, to assure compatibility.

@javierguerragiraldez javierguerragiraldez added enhancement New feature or request convergence makes LuaJIT closer to Lua labels Jun 3, 2018
@javierguerragiraldez
Copy link
Member Author

context: #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
convergence makes LuaJIT closer to Lua enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant