Project

General

Profile

Actions

Bug #2511

closed

irb exits unexpectedly windows

Added by vavdeev (Vlad Why) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-mswin32]
Backport:
[ruby-core:27275]

Description

=begin
WINDOWS XP

D:\server\ruby\bin>chcp
Active code page: 866

D:\server\ruby\bin>irb
irb(main):001:0> лорлор <---- russian chars

D:\server\ruby\bin> <----- exited

also I can't type any characters with "right alt" using belgium/french keyboard layout ( "AltGr"+2 = @ "AltGr"+3 = # ....)

I always disable readline with this .... no colors, no autocompletion (((((

require File.dirname(FILE) + '/readline/readline'
module Readline
def readline prompt, something
print prompt
return $stdin.gets.strip
end
def self.readline prompt, something
print prompt
return $stdin.gets.strip
end
end
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0