in reply to Re: En/Decode a unicode path
in thread En/Decode a unicode path
Because I can't make Storable use Win32::Unicode.use Storable; store { }, "Some/Unicode/PathFileName.sto"; # fail retrieve "Some/Unicode/PathFileName.sto"; # also fail
Encode, Win32::Unicode::* only works when I am directly access the dir/file, but won't work when other modules not using it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: En/Decode a unicode path
by Corion (Patriarch) on Jan 23, 2023 at 14:30 UTC |