tom permutt Wrote: 
> That's interesting.  I may be over my head here, but I'll try to look
> into it.  It might help if you can find a way to send me exactly what
> is in the fatal filename:  dir >file from the command line might do it.

Sure, I tried a file named "รจ'tormento.flac" (no quote)

This is just one file name tried to shorten with the error.  The
original file name was much longer with spaces and all.  But both files
crashed with same error.

* Filenames with no accent characters are OK.  

The following is a snapshot of the exact command sequence.  And a list
of the test.pl

*******

C:\TEST>perl test.pl
Malformed UTF-8 character (unexpected non-continuation byte 0x27 after
start byt
e 0xe8) in substitution (s///) at test.pl line 4.

C:\TEST>type test.pl
use File::Find;
use File::Copy;
find sub {($newname = $_) =~ s/\P{IsASCII}//g &&
move $_, $newname
}, "C:\\test";

*******


-- 
agentsmith
------------------------------------------------------------------------
agentsmith's Profile: http://forums.slimdevices.com/member.php?userid=1838
View this thread: http://forums.slimdevices.com/showthread.php?t=22689

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to