-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to input Chinese chars in TextInput and TextEdit #2645
Comments
Have the same problem。 cargo 1.81.0 (2dbb1af80 2024-08-20) |
Iced doesn't support winit IME related things. Result let's see #1858 |
It looks like there are many things to be done, and the progress is fascinating. Thanks for your update I can not work on this kind of issue. Considering this function is deeply related with platforms and may have been changed continually, building an exclusive group for it is a good idea, anyway, if this function needs to be adjusted frequently. |
Basic IME support has landed on |
wonderful |
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
Unable to input Chinese fonts in TextInput and TextEdit
The example of my project just likes below
It's OK to show Chinese fonts in the interface. Even though, Text Fields can show Chinese when using CTRL+V to paste some into, it can not be done by using the keyboard and can only receive ASCII chars.
System information
Deepin V23
6.6.47-amd-desktop-hwe
X11
What is the expected behavior?
able to receive Chinese chars into Text Fields
Version
crates.io release
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: