Replies: 2 comments
|
I don't think the original Lua supports this. And using UTF-8 for function names is a very bad idea. |
0 replies
|
Like Lua official, add option? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Functions or variable names do not support utf8 encoding instead relying on ascii via bytes in go.
eg.
local ğ = "hi"is unusable as well as
funşi()All reactions