Name : perl-Encode-compat
| |
Version : 0.07
| Vendor : Autrijus Tang < autrijus_autrijus_org>
|
Release : 1
| Date : 2005-07-20 14:03:18
|
Group : Applications/CPAN
| Source RPM : perl-Encode-compat-0.07-1.src.rpm
|
Size : 0.02 MB
| |
Packager : Peter Pramberger < peter_pramberger_member_fsf_org>
| |
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 B< Encode.pm> users on perl versions earlier than v5.7.1. It translates whatever call it receives into B< Text::Iconv>, or (in the future) B< Unicode::MapUTF8> to perform the actual work.
The C< is_utf8()>, C< _utf8_on()> and C< _utf8_off()> calls are performed by the method native to the perl version -- 5.6.1 would use C< pack>/C< unpack>, 5.6.0 uses C< 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 C< Text::Iconv>, C< Unicode::MapUTF8> and possibly other transcoding modules.
|
RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/noarch |