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

Encoding? Problem in irb 3.1.0 (Windows 10) #259

Closed
nerdcraft-muc opened this issue Jan 25, 2022 · 2 comments
Closed

Encoding? Problem in irb 3.1.0 (Windows 10) #259

nerdcraft-muc opened this issue Jan 25, 2022 · 2 comments

Comments

@nerdcraft-muc
Copy link

What problems are you experiencing?

Since the update to 3.1.0 via RubyInstaller under Win 10 there is a problem with alt gr in irb. When I try to enter "{" ( German keyboard "alt gr + {" ) I get "^[{".

3.0.2 was working fine.

Steps to reproduce

open irb
enter alt gr + {

What's the output from ridk version?

ruby:
path: C:/Ruby31-x64
version: 3.1.0
platform: x64-mingw-ucrt
ruby_installer:
package_version: 3.1.0-1
git_commit: a1972fd
msys2:
path: C:\Ruby31-x64\msys64
cc: gcc (Rev5, Built by MSYS2 project) 11.2.0
sh: GNU bash, Version 5.1.8(1)-release (x86_64-pc-msys)
os: Microsoft Windows [Version 10.0.19044.1415]

irb

@nerdcraft-muc nerdcraft-muc changed the title Encoding? Problem in irb 3.1.0 (WIndows 10) Encoding? Problem in irb 3.1.0 (Windows 10) Jan 25, 2022
@larskanis
Copy link
Member

This issue is fixed in reline. There's no release yet, but for the time being, you can update reline like so:

git clone https://github.com/ruby/reline
cd reline
rake install

@nerdcraft-muc
Copy link
Author

Thanks a lot!

larskanis added a commit to oneclick/rubyinstaller2-packages that referenced this issue Feb 18, 2022
xmas7 pushed a commit to RubyOnWorld/installer2-packages that referenced this issue Sep 28, 2022
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

2 participants