Subject: | unicode version 0.056 |
Date: | Mon, 30 Jun 2008 11:22:54 -0400 |
To: | <bug-Win32-NetResource [...] rt.cpan.org> |
From: | Copet_Eric [...] emc.com |
Win32::NetResource::AddConnection()
Module version 0.056
Do this module is working with UNICODE remote share ?
I have try to connect to an Unicode share (with the \x{3042}).
This character is converted by Perl in UTF8: \xe3\x81\x82, and sent as
'UTF8' character on the network, but it should be the Unicode char 3042
in place.
Using encode("UTF-16BE", $share) in the hash given as argument of the
function AddConnection() doesn't solve the issue.
Using WNetAddConnection2W() NetResource.xs file in the Win32 API call
doesn't solve the issue too
Any clue ?
The perl version is:
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
The OS is a Windows2000