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

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

Open
592530326 opened this issue Jan 5, 2025 · 0 comments
Open

Comments

@592530326
Copy link

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(名字)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant