You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
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]
The text was updated successfully, but these errors were encountered: