in reply to Re^2: unicode version of readdir
in thread unicode version of readdir
@datafiles = grep { -f }, readdir( D ); $_ = decode( 'utf16le', $_ ) for ( @datafiles );
See also Can't Find File When Non-ASCII Letters Appear in Path
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: unicode version of readdir
by dk (Chaplain) on Sep 15, 2007 at 21:56 UTC |