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

Changelog

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

  * Team upload.
  * Import upstream version 1.24.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Fri, 04 Sep 2015 21:03:04 +0200

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-unidecode-perl_1.24-1.dsc 2.2 KiB fdceab74e3e8800d968924ea69538dc5181f71033def77416a6941cfb88639e7
libtext-unidecode-perl_1.24.orig.tar.gz 128.5 KiB 30efa496757f22e1d1d511c3d6a8f20d45b2ab932edb90ccffe0481fdd0f9888
libtext-unidecode-perl_1.24-1.debian.tar.xz 2.2 KiB bbbc816abd642a3834a5be10764942a48dbc61eb4ee1b715f5e45e918cecd405

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.)