[#29911] [Bug #3231] Digest Does Not Build — Charlie Savage <redmine@...>

Bug #3231: Digest Does Not Build

19 messages 2010/05/01

[#29920] [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless — Benoit Daloze <redmine@...>

Feature #3232: Loops (while/until) should return last statement value if any, like if/unless

9 messages 2010/05/01

[#29997] years in Time.utc — Xavier Noria <fxn@...>

Does anyone have a precise statement about the years supported by

13 messages 2010/05/04

[#30010] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly — Luis Lavena <redmine@...>

Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly

9 messages 2010/05/05

[#30226] [Bug #3288] Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88 — Szymon Jeż <redmine@...>

Bug #3288: Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88

10 messages 2010/05/13

[#30358] tk doesn't startup well in doze — Roger Pack <rogerdpack2@...>

Currently with 1.9.x and tk 8.5,the following occurs

12 messages 2010/05/22

[ruby-core:29948] [Bug #3237] irb exits unexpectedly with Encoding::CompatibilityError

From: Heesob Park <redmine@...>
Date: 2010-05-03 05:03:26 UTC
List: ruby-core #29948
Bug #3237: irb exits unexpectedly with Encoding::CompatibilityError
http://redmine.ruby-lang.org/issues/show/3237

Author: Heesob Park
Status: Open, Priority: Low
Category: lib, Target version: 1.9.x
ruby -v: ruby 1.9.2dev (2010-04-30 trunk 27556) [i386-mswin32_90]

The irb exits unexpectedly with incompatible character encodings error when I try to call Non-ASCII method for Non-ASCII string.

C:\work>ruby -v
ruby 1.9.2dev (2010-04-30 trunk 27556) [i386-mswin32_90]

C:\work>irb
irb(main):001:0> "한글".가나다    ## <= Korean characters
NoMethodError: c:/usr/lib/ruby/1.9.1/irb.rb:168:in `to_str': incompatible charac
ter encodings: CP949 and ASCII-8BIT (Encoding::CompatibilityError)
        from c:/usr/lib/ruby/1.9.1/irb.rb:168:in `to_s'
        from c:/usr/lib/ruby/1.9.1/irb.rb:168:in `write'
        from c:/usr/lib/ruby/1.9.1/irb.rb:168:in `print'
        from c:/usr/lib/ruby/1.9.1/irb.rb:168:in `block (2 levels) in eval_input
'
        from c:/usr/lib/ruby/1.9.1/irb.rb:273:in `signal_status'
        from c:/usr/lib/ruby/1.9.1/irb.rb:156:in `block in eval_input'
        from c:/usr/lib/ruby/1.9.1/irb/ruby-lex.rb:243:in `block (2 levels) in e
ach_top_level_statement'
        from c:/usr/lib/ruby/1.9.1/irb/ruby-lex.rb:229:in `loop'
        from c:/usr/lib/ruby/1.9.1/irb/ruby-lex.rb:229:in `block in each_top_lev
el_statement'
        from c:/usr/lib/ruby/1.9.1/irb/ruby-lex.rb:228:in `catch'
        from c:/usr/lib/ruby/1.9.1/irb/ruby-lex.rb:228:in `each_top_level_statem
ent'
        from c:/usr/lib/ruby/1.9.1/irb.rb:155:in `eval_input'
        from c:/usr/lib/ruby/1.9.1/irb.rb:70:in `block in start'
        from c:/usr/lib/ruby/1.9.1/irb.rb:69:in `catch'
        from c:/usr/lib/ruby/1.9.1/irb.rb:69:in `start'
        from c:/usr/bin/irb.bat:20:in `<main>'

C:\work>


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next