Issue Type: Bug Bug
Assignee: Unassigned
Components: Core Classes/Modules
Created: 27/Mar/13 12:44 AM
Description:
C:\>mkdir 日本語

C:\>copy con 日本語\foo
foo
^Z
        1 個のファイルをコピーしました。

C:\>jruby -e 'p Dir["日本語/*"]'
[]

C:\>mkdir foo

C:\>copy con foo\foo
foo
^Z
        1 個のファイルをコピーしました。

C:\>jruby -e 'p Dir["foo\*"]'
["foo"]

C:\>
Environment: jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_1
1-b21 [Windows 7-x86]
Project: JRuby
Priority: Major Major
Reporter: Hiroshi Nakamura
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to