DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibxml-um-perl
BeschreibungPerl module for converting UTF-8 strings
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.01-8
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl, libxml-encoding-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße12188 Byte
Prüfsumme MD5793183ba4cc64246264c175ae4d925c6
Prüfsumme SHA117741be58a4379883234428bb064633c857c06f2
Prüfsumme SHA25678c980d45b585c6d974dafa5923adadbee0048eee50414e561ec7a7f3bfed687
Link zum Herunterladenlibxml-um-perl_0.01-8_all.deb
Ausführliche BeschreibungThe 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).


Impressum
Linux is a registered trademark of Linus Torvalds