gopher-lua
gopher-lua copied to clipboard
Request support for UTF-8 variable names (e.g., Chinese characters)
Hi, I'm using gopher-lua in my project and found that it doesn't support UTF-8 variable names, such as Chinese characters. For example, the following code doesn't work:
local 名字 = "张三"
print(名字)
#502