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

IME (Korean) support is not working properly. #164

Open
wonkyungup opened this issue Feb 27, 2023 · 1 comment
Open

IME (Korean) support is not working properly. #164

wonkyungup opened this issue Feb 27, 2023 · 1 comment

Comments

@wonkyungup
Copy link

wonkyungup commented Feb 27, 2023

I’ve tested xterm.dart with IME(Korean) support and it's not quite working correctly.

In Android,
input texts are printed again when I click carriage return.
src/ui/custom_text_edit.dart: updateEditingValue function is called again with the same text plus new line.

In Android.
For example, if "하이" is entered, updateEditingValue is called twice with "하이" and "하이\n".
1

In iOS,
combined characters are separated when Korean is entered.
Korean from the server is shown fine as shown in the following screenshot.
2

@wonkyungup
Copy link
Author

gboard

  • printing Korean character twice like mentioned above

Samsung Keyboard

  • doesn't print twice. it prints normally.
  • CR should be entered twice in order to work. First Carrige return has no effect.
  • If I enter '가나다', only the last character '다' is shown on the cursor.

1

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