Win32::Codepage - get Win32 codepage information
LICENSE
Copyright 2005 Clotho Advanced Media, Inc., <
[email protected]>
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
ABOUT CLOTHO
Clotho Advanced Media Inc. (www.clotho.com) developed this module.
Contact us at
[email protected].
INSTALLATION
Install via one of the following:
perl Makefile.PL
make
make test
make install
or
perl Build.PL
perl Build
perl Build test
perl Build install
DESCRIPTION
This module assists in dealing with non-ASCII encoding of files and
filenames on Windows. It is closely tied to Win32::Locale.