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

Changelog

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

  * Team upload.
  * New upstream release.

 -- gregor herrmann <email address hidden>  Tue, 27 Oct 2015 21:01:33 +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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-unidecode-perl_1.27-1.dsc 2.2 KiB d3cc35a1b66cef3009aba529c69ca135d855413598bf8801dea84e77e426e516
libtext-unidecode-perl_1.27.orig.tar.gz 131.8 KiB 11876a90f0ce858d31203e80d62900383bb642ed8a470c67539b607f2a772d02
libtext-unidecode-perl_1.27-1.debian.tar.xz 2.2 KiB 1653c7ef44a2db19bf2ca487bb94c072d5e4de4c2a6c9f102ab542e339d9bbf4

Available diffs

No changes file available.

Binary packages built by this source

libtext-unidecode-perl: Text::Unidecode -- 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. (See the example in the synopsis.)