in reply to En/Decode a unicode path

?? https://metacpan.org/pod/Win32::Unicode::Native so long ago Re^3: Trouble with File::Find::Rule (win32 unicode overload file test operators)
  • Comment on Re: En/Decode a unicode path (Win32::Unicode::Native?)

Replies are listed 'Best First'.
Re^2: En/Decode a unicode path (Win32::Unicode::Native?)
by Anonymous Monk on Jan 22, 2023 at 09:52 UTC
Re^2: En/Decode a unicode path (Win32::Unicode::Native?)
by exilepanda (Friar) on Jan 22, 2023 at 10:47 UTC
    Win32::Unicode::Native is really helpful when I am directly accessing the dir/file ( or say, in my $main:: scope) because this module overloads bunch of CORE::* functions so that I can open an Unicode path like opening an ANSI path. However for other modules I loaded, like my example given Storable, it won't benefit from Win32::Unicode::Native, and thus my Unicode file path won't work in that module scope.