libtext-unaccent-perl 1.08-1.1 source package in Ubuntu

Changelog

libtext-unaccent-perl (1.08-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
    use DESTDIR instead of PREFIX in debian/rules.
    (Closes: #807401)

 -- gregor herrmann <email address hidden>  Thu, 10 Dec 2015 19:52:06 +0100

Upload details

Uploaded by:
Loic Dachary
Uploaded to:
Sid
Original maintainer:
Loic Dachary
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtext-unaccent-perl_1.08-1.1.dsc 1.9 KiB 39dacaf410390d2e493e158427f07143d0719d304ee98244903a7902a49d549a
libtext-unaccent-perl_1.08.orig.tar.gz 82.7 KiB 7cafe12ff540c85f699a0ee9a124bea1d45a61d1a0482ecd9b3784ad125778cb
libtext-unaccent-perl_1.08-1.1.diff.gz 2.3 KiB f7ba6bfa3132a3f4dd21d419d789dceb28fe668784e49450f6f7053c969e8b47

No changes file available.

Binary packages built by this source

libtext-unaccent-perl: provides functions to remove accents using UTF16 as a pivot

 Text::Unaccent is a module that provides functions to remove accents
 from a string. For instance the string été will become ete. The
 charset of the input string is specified as an argument. The input is
 converted to UTF-16 using iconv(3), accents are stripped and the
 result is converted back to the original charset. The iconv -l
 command on GNU/Linux will show all charset supported.