gopher-lua icon indicating copy to clipboard operation
gopher-lua copied to clipboard

Request support for UTF-8 variable names (e.g., Chinese characters)

Open 592530326 opened this issue 11 months ago • 1 comments

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(名字)

592530326 avatar Jan 05 '25 12:01 592530326

#502

jian308 avatar Mar 11 '25 01:03 jian308