Encoding-FixLatin
Converts mixed encoding input UTF-8 output.
Most encoding conversion tools take input in one encoding and produce output in
another encoding. This module takes input which may contain characters in more
than one encoding (specifically, a mixture of ASCII, ISO8859-1, CP1252 and
UTF-8) and makes a best effort to produce UTF-8 output.
This module is pure Perl and requires at least Perl version 5.8.
No other CPAN modules are required.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Encoding::FixLatin
You can also look for information at:
CPAN module home page and documentation
RT, CPAN's request tracker
AnnoCPAN, Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT AND LICENCE
Copyright (C) 2009-2010 Grant McLean
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.