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

From: "U.Nakamura" <usa@...>
Date: 2010-05-06 13:26:59 UTC
List: ruby-core #30057
Hello,

In message "[ruby-core:30054] Re: [Bug #1685] Some windows unicode path issues remain"
    on May.06,2010 21:38:19, <billk@cts.com> wrote:
> > For compatibility.
> > 
> > I will not change filesystem encoding in Windows in 1.9 series.
> > In all methods which returns filenames, the default encoding
> > of returned value must be filesystem encoding.
> > So, if someone want to get filename with another encoding, he/she
> > should specify the encoding by some way.
> > Of course, it is necessary to decide the "some way" of each
> > methods.
> 
> Ah.
> 
> So my rb_w32_ugetcwd patch is not very useful, at present,
> since there is no "some way" to specify the encoding via
> Dir.pwd.

Unfortunately...


> Well then, this becomes a philosophical question at this point,
> but in an effort to better understand, I am wondering:
> 
> How does it break compatibility, if we allow filesystem encoding
> to become UTF-8 when rb_default_external_encoding is UTF-8?

You should advocate using default_internal instead of
default_external :)
It's acceptable for me.


> I admit I don't understand why it's considered a globbing problem.

FileUtils uses Dir.entries to get filenames to remove.


> Does the UTF-8 support somehow make the globbing more difficult?
> I thought it was just the same situation as above: a filesystem
> encoding problem?

Yes, you are right.


Regards,
-- 
U.Nakamura <usa@garbagecollect.jp>


In This Thread