Paketname | libunicode-maputf8-perl |
Beschreibung | Perl module for conversing between any character sets and UTF8 |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.11-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16), libjcode-pm-perl, libunicode-map8-perl, libunicode-map-perl, libunicode-string-p |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 16110 Byte |
Prüfsumme MD5 | 675fa92c3ce17c0f7188843f6d9ad5e9 |
Prüfsumme SHA1 | 5205b66ddc9b33c9eded81e2e7541d8bb116cd8d |
Prüfsumme SHA256 | 27bdb94bc9383678062dc4c37db978591c270fe8f0f60a20048c41afa358ed62 |
Link zum Herunterladen | libunicode-maputf8-perl_1.11-2_all.deb |
Ausführliche Beschreibung | This module provides an adapter layer between core routines for
converting to and from UTF8 and other encodings. In essence, a way
to give multiple existing Unicode modules a single common interface
so you don't have to know the underlying implementations to do
simple UTF8 to-from other character set encoding conversions. As
such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and
Jcode modules in a standardized and simple API.
.
This also provides general character set conversion operation based
on UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of
conversions.
.
As with most things Perlish - if you give it a few big chunks of text
to chew on instead of lots of small ones it will handle many more
characters per second.
.
By design, it can be easily extended to encompass any new charset
encoding conversion modules that arrive on the scene.
|