rename not working on files with accents in names
- From: Tom Bates <noneedto@xxxxxxxx>
- Date: Sat, 23 Apr 2005 23:04:54 -0400
ActiveState perl 5.8.0 build 806 on Windows 2000 Pro...
The statement:
rename $src, $dst;
returns an error when $src is:
Tecatitlán.txt
If I remove the accented character, the rename operation succeeds.
I tried using File::Copy's move operation as well as setting
${^WIDE_SYSTEM_CALLS} to 1. Neither works.
Any suggestions?
TIA
tbone
.
- Follow-Ups:
- Re: rename not working on files with accents in names
- From: Tom Bates
- Re: rename not working on files with accents in names
- From: Tad McClellan
- Re: rename not working on files with accents in names
- From: Chris Mattern
- Re: rename not working on files with accents in names
- Prev by Date: Re: copyright your code
- Next by Date: FAQ 5.15 Why do I sometimes get an "Argument list too long" when I use <*>?
- Previous by thread: copyright your code
- Next by thread: Re: rename not working on files with accents in names
- Index(es):