http://qs321.pair.com?node_id=1208738


in reply to Failing installing Win32::Unicode

As an alternative, I'd recommend checking out Win32::LongPath. It won't be a drop in replacement (i.e. existing code that uses Win32::Unicode will need more modifications than just changing use Win32::Unicode; to use Win32::LongPath;), but it should be able to provide similar functionality. Also, the author does give credit to Win32::Unicode's author.

Replies are listed 'Best First'.
Re^2: Failing installing Win32::Unicode
by Anonymous Monk on Feb 09, 2018 at 09:30 UTC

    Thank you. This seems a very good alternative. I already changed almost all parts of my code that used Win32::Unicode, modification was quite easy, and at the moment I do not see any problem arising. Very happy.