Paketname | libmime-encwords-perl |
Beschreibung | Perl interface to deal with RFC 2047 encoded words |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.012-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 124 Byte |
Hängt ab von | perl, libmime-charset-perl (>= 1.007) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 32406 Byte |
Prüfsumme MD5 | f212d8654dfb26620e2cbb76a3330913 |
Prüfsumme SHA1 | f8d81950554e9648404054d746e84849efa7ecf6 |
Prüfsumme SHA256 | 6558a1f34384a6220760f6e70f225a414ce07bc1c56abfefb8256bec9b3189c6 |
Link zum Herunterladen | libmime-encwords-perl_1.012-1_all.deb |
Ausführliche Beschreibung | MIME::EncWords is a module providing several utilities to encode and decode
arbitrary text in RFC 2047 (formerly RFC 1522) format. The MIME standard gives
users the ability to represent any characters in any character set by using
special sequences like:
.
=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?=
.
There are various modules available to manipulate these special character
sequences. This module bears most resemblance to the MIME::Words module and
provides a similar interface, providing for relatively painless upgrading,
while having stricter conformance to the aforementioned RFCs. It provides
more flexibility than MIME::WordDecoder because characters can be mapped
into any desired encoding, rather than simply the local system representation.
|