File-Rename

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

filenames as octet strings.  By default, File::Rename
expects all filenames to be octet strings, with no special
meanings for non-ascii octets.

It is possible for the user-supplied code to treat the 
filenames as Perl strings consisting of unicode characters,
while CORE::readme() and other file tests still working on
octet strings.  This is enabled with -u (--unicode).

It is possible to specify the encoding of filenames, with: 
--unicode encoding.  Filenames are decoded from octet 
strings to unicode strings before applying the user code,
and then the resulting string is encoded for CORE::rename.
upgrade filenames to unicode (encoded as utf8) by default.

COPYRIGHT AND LICENCE

Copyright (C) 2005, 2006, 2007, 2011, 2018, 2020, 2021, 2022, 2023
by Robin Barker

This library is free software; you can redistribute it and/or modify



( run in 0.515 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )