libmime-encwords-perl 1.014.3-4 source package in Ubuntu

Changelog

libmime-encwords-perl (1.014.3-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmime-encwords-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 18:10:26 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmime-encwords-perl_1.014.3-4.dsc 2.2 KiB a0847d4ccd10af9f55aec0f400548c5a986e7dad4a3ea12f096c9e64e6eb48d4
libmime-encwords-perl_1.014.3.orig.tar.gz 38.4 KiB e9afb548611d4e7e6c50b7f06bbd2b1bb2808e37a810deefb537c67af5485238
libmime-encwords-perl_1.014.3-4.debian.tar.xz 4.7 KiB f218e8d9a1925867556eacc7be77cd74fb43880414d6e28ba64da51bcee9531b

Available diffs

No changes file available.

Binary packages built by this source

libmime-encwords-perl: Perl interface to deal with RFC 2047 encoded words

 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.