Paketname | libxml-um-perl |
Beschreibung | Perl module for converting UTF-8 strings |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.01-8 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl, libxml-encoding-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 12200 Byte |
Prüfsumme MD5 | c3d4a8297ac03718461ddc625527a0c1 |
Prüfsumme SHA1 | df1350cff57e3eaedf9d991e6abe02b1e77a865f |
Prüfsumme SHA256 | 9e2f90249703ae457f8d3382434adbf386e38d0c41ba6bc4bbe5f46d1f758d3a |
Link zum Herunterladen | libxml-um-perl_0.01-8_all.deb |
Ausführliche Beschreibung | The XML::UM module provides methods to convert UTF-8 strings to any XML
encoding that XML::Encoding supports. It creates mapping routines
from the .xml files that can be found in the maps/ directory in the
XML::Encoding distribution. Note that the XML::Encoding distribution
does install the .enc files in your perl directory, but not the.xml
files they were created from. That's why you have to specify $ENCDIR
as in the SYNOPSIS.
.
This implementation uses the XML::Encoding class to parse the .xml
file and creates a hash that maps UTF-8 characters (each consisting
of up to 4 bytes) to their equivalent byte sequence in the specified
encoding. Note that large mappings may consume a lot of memory!
.
Future implementations may parse the .enc files directly, or do the
conversions entirely in XS (i.e. C code).
|