Project

General

Profile

Actions

Bug #12081

closed

Dir['*'] doesn't list files which name include Chinese character on Simplefied Chinese Windows

Added by personnel (Am I Who) about 8 years ago. Updated about 8 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32]
[ruby-core:73868]

Description

>dir A:\Build
 驱动器 A 中的卷是 RAMDISK
 卷的序列号是 411D-42E2

 A:\Build 的目录

2016/02/18  09:23    <DIR>          .
2016/02/18  09:23    <DIR>          ..
2016/02/18  09:23    <DIR>          dir1
2016/02/18  09:22                 0 file1.txt
2016/02/18  09:22                 0 file2.txt
2016/02/18  09:22                 0 文件1.txt
2016/02/18  09:22                 0 文件2.txt
2016/02/18  09:23    <DIR>          目录1
               4 个文件              0 字节
               4 个目录 22,377,705,472 可用字节
>ruby -e "puts Dir['*']"
 dir1
 file1.txt
 file2.txt
>ruby -e "puts Dir['**']"
 dir1
 file1.txt
 file2.txt
>ruby -e "puts Dir['*.*']"
 file1.txt
 file2.txt
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0