I am trying to get a Perl script to work with file names that have unicode characters, I believe UTF-8 encoding. I am testing if a file exists with the "-e" test, and the test fails although I know the file is there. I have tried to start Perl with -C, and this does not help either. Does anyone have any recommendations. This is on Windows 2000 and Windows XP, 5.8.0 version of Perl.