[#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:30047] [Bug #3252] 1.9.2 -> 1.9.1 backport fail: invalid byte sequence in UTF-8 (ArgumentError): "\xA0;" =~ /\./

From: Yui NARUSE <redmine@...>
Date: 2010-05-06 07:46:27 UTC
List: ruby-core #30047
Issue #3252 has been updated by Yui NARUSE.


> Test case file:
> (snip)
> "\xA0;" =~ /\./

As nobu said, "\xA0" is invalid UTF-8 string.
Both 1.9.1 and 1.9.2 raises error.
You confused "\u00A0" or Windows-1252?

> relevant history: http://redmine.ruby-lang.org/issues/show/2762

This is independent issue.

> http://groups.google.com/group/rubyonrails-core/browse_thread/thread/5c1718cdbeb1ba17?pli=1

This may be related but it has a problem.
"it checks each byte's first 0 bit to determine its validity." breaks Shift_JIS, Windows-31J, CP949 and so on.

> http://redmine.ruby-lang.org/issues/show/1370 -- a year ago; still no 1.9.2 release nor 1.9.1 backport.  boo hoo

This is mswin specific.

> not backported: http://redmine.ruby-lang.org/issues/show/1839

This is backported in r24457.

> old (but good?): http://po-ru.com/diary/fixing-invalid-utf-8-in-ruby-revisited/

This is not good, //IGNORE is glibc iconv/GNU libiconv's dependent.

> worked around: https://rails.lighthouseapp.com/projects/8994/tickets/2628-ruby-19-and-activesupport

It seems correct fix.

> Invalid byte sequence in UTF-8 error for anything but ASCII
> http://www.redmine.org/boards/2/topics/9842

Redmine is not 1.9 ready.

> from the end of: http://blog.grayproductions.net/articles/ruby_19s_string

Binary string is not a UTF-8 string.
You must specify those string as ASCII-8BIT encoding.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/3252

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

In This Thread

Prev Next