Package perl-Encode-TECkit: Information

    Source package: perl-Encode-TECkit
    Version: 0.04-alt1.1
    Build time:  Nov 11, 2010, 03:46 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Perl TECkit interface
    Description: 
    This module interfaces with the TECkit processor to provide a Perl
    interface for data conversion.
    TECkit is a binary encoding converter designed to handle complex encoding
    conversions requiring multiple passes over the data and contextual data
    conversion. See the module Encode::UTR22 for a module that handles a
    textual language for this kind of conversion. That module contains a
    compiler that takes an extended UTR22 description and creates a binary
    control file for TECkit. Equally, TECkit contains its own language and
    compiler, but these are not written in Perl.
    There are two forms of Encode::TECkit (this is probably a bug). The
    first is a Perl object which passes methods along to the Encode::TECkit
    XS code. The difference is that the Perl object usually contains two
    binary Encode::TECkit objects. So, don't go calling XS methods on the
    pure Perl object (as returned by new).
    Notice that at this stage the interface is not there to use TECkit is a
    pure Unicode normalizer or encoding form converter. Use Unicode::Normalize
    and (un)pack for that.

    List of rpms provided by this srpm:
    perl-Encode-TECkit (x86_64, i586)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vladimir Lettiev
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @qa
    @cpan

      1. perl-devel
      2. libteckit-devel
      3. zlib-devel
      4. gcc-c++

    Last changed


    Nov. 6, 2010 Vladimir Lettiev 0.04-alt1.1
    - rebuilt with perl 5.12
    March 27, 2009 Vitaly Lipatov 0.04-alt1
    - initial build for ALT Linux Sisyphus