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

Fix multi-byte characters input with irb on Windows 10 #129

Closed
wants to merge 1 commit into from

Conversation

shirosaki
Copy link

Multi-byte input with irb cannot be usable on Windows 10 Japanese version.
#93 would take long. Quick fix would be helpful.

_getch() does not work fine on Windows 10.
Instead use _getwch() and convert wchar to multi-byte string.

_getch() does not work fine on Windows 10.
Instead use _getwch() and convert wchar to multi-byte string.
@ghost
Copy link

ghost commented Jun 19, 2019

thanks for the pull request,
see #93,
ConnorAtherton/rb-readline#146 (comment)

@shirosaki shirosaki closed this Jul 9, 2019
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

Successfully merging this pull request may close these issues.

1 participant