-
Notifications
You must be signed in to change notification settings - Fork 12
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 multi-byte characters #73
Comments
Hello, This covers two different things: paste large characters, which probably involves a "bracketed paste" functionality that I have yet to implement (the last thing that is to be implemented in this library.) |
See here for the details concerning this: |
I encountered a similar issue, but it happened when inputting Unicode characters. I finally traced the issue to readline/internal/keymap/dispatch.go, specifically the dispatchKeys function. This function takes only the first byte of the input regardless of what characters are entered, which causes Unicode characters to be corrupted. I attempted a simple fix, but I don't think this is the best solution.
|
Hello @M09Ic, Your fix is temporarily added in the lastest release, since I've not found any immediate problem with it, |
I have noticed any wide(multi-byte?) characters can't be input.
Both of them can't success.
😄
from clipboard.The text was updated successfully, but these errors were encountered: