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

Fixed utf8.codes to abide to Lua 5.3's implementation #1058

Merged
merged 1 commit into from Sep 10, 2015
Merged

Fixed utf8.codes to abide to Lua 5.3's implementation #1058

merged 1 commit into from Sep 10, 2015

Commits on Sep 10, 2015

  1. utf8.codes now abides to Lua 5.3's implementation

    for x, y in utf8.codes( ... ) do
    
    "y" should be equal to the codepoint, not the byte sequence. This fixes
    that
    willox committed Sep 10, 2015
    Copy the full SHA
    8edbe08 View commit details
    Browse the repository at this point in the history