[#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:30079] Re: [Bug #1685] Some windows unicode path issues remain

From: Bill Kelly <billk@...>
Date: 2010-05-07 04:12:30 UTC
List: ruby-core #30079
Hi,

U.Nakamura wrote:
> 
> I assume,
> 
> 1) matz: the grand designer of Ruby
> 2) naruse: an authority of Ruby M17N
> 3) me: main maintainer of Ruby on Windows
> 4) all users of Ruby, of course, especially people using
>    non-unicode (multibyte) environment


For #1 (sorry, I can't resist :)

  http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/20110


For #4, wouldn't we expect people using a non-unicode environment
to *not* set their default_internal encoding to UTF-8 ?  So I
would think they would not be affected.


  *  *  *


As an aside, from the point of view of writing ruby software to
be installed on arbitrary user's machines, I don't think there's
any such thing as a non-unicode environment anymore.

The minute any of my users (even if they are English speaking)
downloads a file from their web browser called
私のホバークラフトは鰻でいっぱいです.mpg
my application which uses Dir.entries to locate and catalog
media files, is now broken on their system.

(Of course, since I distribute the Ruby interpreter with my
application, I have the luxury of working around the problem,
by installing a non-standard Ruby.  But I still believe it's
important for standard Ruby to have full Unicode support on
Windows.)


Regards,

Bill



In This Thread