There used to be a command line switch -C which enabled the use of the wide character code Win32 apis within perl. For some inexplicable reason this was dropped and the switch recycled at some point.
You can get access to most of the W postfix apis, including CreateFileW() via tye's Win32API::File. You'll also need OsFHandleOpen() to 'convert' the Native filehandle returned by CreateFile() in to a Perl filehandle before you can use the normal Perl fileIO constructs.
In reply to Re: Unicode in filenames
by BrowserUk
in thread Unicode in filenames
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |