You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch fixes the following issues:
- `string.char()` returns the internal numeric codes of the
characters, not a single number.
- `string.char()` returns `nil` when values `i` or `j` are
outside the acceptable range (less than zero and greater than
the length of the string). It is not documented.
0 commit comments