Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 36922911
en ru br
ALT Linux repos
S:0.07-alt2.1
5.0: 0.07-alt2
4.1: 0.07-alt1
4.0: 0.07-alt1
3.0: 0.07-alt1

Group :: Development/Perl
RPM: perl-Encode-compat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.07-alt2.1
Build date: 22 november 2010, 18:27 ( 695.1 weeks ago )
Size: 12.88 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: Encode-compat - Encode.pm compatibility layer
Description:

WARNING: THIS IS A PROOF-OF-CONCEPT.  Most functions are incomplete.
All implementation details are subject to change!

This module provide a compatibility layer for Encode.pm users on perl
versions earlier than v5.7.1.  It translates whatever call it receives
into Text::Iconv, or (in the future) Unicode::MapUTF8 to perform
the actual work.

The "is_utf8()", "_utf8_on()" and "_utf8_off()" calls are performed
by the method native to the perl version -- 5.6.1 would use
"pack"/"unpack", 5.6.0 uses "tr//CU", etc.

Theoretically, it could be backported to 5.005 and earlier, with none of
the unicode-related semantics available, and serves only as a
abstraction layer above "Text::Iconv", "Unicode::MapUTF8" and possibly
other transcoding modules.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Encode-compat
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin