cpanservice / encoding-fixlatin

CPAN module: Fixes Latin-1 and CP1252 characters in UTF8 data

Home Page:http://search.cpan.org/dist/Encoding-FixLatin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
        http://search.cpan.org/dist/Encoding-FixLatin/

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Encoding-FixLatin

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Encoding-FixLatin

    CPAN Ratings
        http://cpanratings.perl.org/d/Encoding-FixLatin

    Search CPAN
        http://search.cpan.org/dist/Encoding-FixLatin/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Grant McLean

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

About

CPAN module: Fixes Latin-1 and CP1252 characters in UTF8 data

http://search.cpan.org/dist/Encoding-FixLatin/


Languages

Language:Perl 100.0%