in reply to Re: problems with extended ascii characters in filenames
in thread problems with extended ascii characters in filenames
Does it matter?$_ = decode( 'utf8', $_ ) for ( @datafiles ); #instead of @files = map { decode( 'utf8', $_ ) } @files;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: problems with extended ascii characters in filenames
by graff (Chancellor) on Mar 16, 2006 at 22:57 UTC |