libtext-unidecode-perl 1.30-3 source package in Ubuntu

Changelog

libtext-unidecode-perl (1.30-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 17:43:51 +0100

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-unidecode-perl_1.30-3.dsc 2.1 KiB c4f2dd8e3a7a2ac67f83cbf993b659af43a5ac2be905f8595032c5bb665dfb11
libtext-unidecode-perl_1.30.orig.tar.gz 134.7 KiB 6c24f14ddc1d20e26161c207b73ca184eed2ef57f08b5fb2ee196e6e2e88b1c6
libtext-unidecode-perl_1.30-3.debian.tar.xz 2.5 KiB e2ae04557baf6b4e789c00011513f51b4c965f959d7e27da4681db57fe0d4f7e

Available diffs

No changes file available.

Binary packages built by this source

libtext-unidecode-perl: US-ASCII transliterations of Unicode text

 It often happens that you have non-Roman text data in Unicode, but you can't
 display it -- usually because you're trying to show it to a user via an
 application that doesn't support Unicode, or because the fonts you need
 aren't accessible. You could represent the Unicode characters as "???????" or
 "\15BA\15A0\1610...", but that's nearly useless to the user who actually
 wants to read what the text says.
 .
 What Text::Unidecode provides is a function, unidecode(...) that takes
 Unicode data and tries to represent it in US-ASCII characters (i.e., the
 universally displayable characters between 0x00 and 0x7F). The representation
 is almost always an attempt at transliteration -- i.e., conveying, in Roman
 letters, the pronunciation expressed by the text in some other writing
 system.