in reply to Unicode in filenames
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unicode in filenames
by Anonymous Monk on Feb 13, 2006 at 06:32 UTC |