in reply to Cannot copy files when filenames got French accentuated character

You can use CopyFileW() from Win32API::File. The *W() functions are not well documented in that module. The "Unicode" mentioned there is what Microsoft calls "Unicode" (UCS-16LE, I think) not Perl's style of Unicode (UTF-8).

Follow-up if you have problems getting it to work.

I have a partially finished new version of Win32API::File that I'm trying to get back to getting released that handles Unicode much better and much, much easier.

- tye        

  • Comment on Re: Cannot copy files when filenames got French accentuated character (Win32API::File)