-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
How to input Chinese in (TextField)? #399
Comments
I did some googling and this appears to be the source of the problem, in the glfw backend that we're using: glfw/glfw#41 here's a related bug report in another Go GUI that uses the same backend: One thing you could do to get more info: in GoGi Preferences, on the very far right of the toolbar, click on It seems like some kind of patch to glfw would be required to fix this -- someone seems to have done it in their own fork, and fixing it would certainly help many users, so if you've got the time and ability to work on this, that would be great! |
After opening the debugging option, inputting Chinese characters does not output anything |
Can input English but cannot input Chinese characters
Recorded a video
Link: https://youtu.be/u8lbXtcG2zg
Source code
The text was updated successfully, but these errors were encountered: