in reply to
Win32 mounting Unicode share
Try using the WSH object model which uses Unicode inherently (UTF16) and abstracts the api. Create an instance of Wscript.Network class and then call its MapNetworkDrive method
Comment on
Re: Win32 mounting Unicode share
In Section
Seekers of Perl Wisdom