-
-
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
text_input can't accept chinese input #1801
Comments
In fact, the example todos cannot switch the input method to Chinese either in my computer |
emm , I hava tested the example : https://github.com/t18b219k/iced_text_input_sample/ yeal,that's work well,but it's version seem too old. in 0.9.0 version, the text_input can't work well,I don't know how to fix it |
Change method main: Todos::run(Settings {
default_font: Some(include_bytes!("../assets/font/STSong.ttf")),
)} Add this line works well for me. |
@ys928 你这个问题解决了吗,我也遇到这个问题,UI可以显示中文,text_input可以粘贴中文,但是无法切换中文输入法,无法直接输入中文 |
#2777 add input method support(confirm windows11+weasel, arch+(x)wayland+fcitx5-rime). |
Is there an existing issue for this?
Is this issue related to iced?
What happened?
the text_input Can display Chinese,but when app run,I can't change to input chinese
config:
and the main code:
What is the expected behavior?
when I Press shift key, I should Switch to Chinese input,but it didn‘t
when I use other app,it's normal, such as vscode
Version
master
Operative System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: