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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * New upstream release.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 3.9.8.
  * Update short and long description.

 -- gregor herrmann <email address hidden>  Sat, 03 Dec 2016 22:09:07 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-unidecode-perl_1.30-1.dsc 2.2 KiB 0ceb632959505148ddf8a973a6e344258e77cb3e77d43fc8f52f00fb8036731f
libtext-unidecode-perl_1.30.orig.tar.gz 134.7 KiB 6c24f14ddc1d20e26161c207b73ca184eed2ef57f08b5fb2ee196e6e2e88b1c6
libtext-unidecode-perl_1.30-1.debian.tar.xz 2.3 KiB f433230f75f0fe0bb66a50d12745aa548a4de1aae8349f3fbed7bd96f727c359

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.