libtext-unaccent-perl 1.08-1build5 source package in Ubuntu

Changelog

libtext-unaccent-perl (1.08-1build5) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Wed, 20 Aug 2014 13:16:56 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
Original maintainer:
Loic Dachary
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtext-unaccent-perl_1.08.orig.tar.gz 82.7 KiB 7cafe12ff540c85f699a0ee9a124bea1d45a61d1a0482ecd9b3784ad125778cb
libtext-unaccent-perl_1.08-1build5.diff.gz 2.4 KiB 714dcbd121316504ea99e042c22c6132482abc781b95258de9970374ca66c090
libtext-unaccent-perl_1.08-1build5.dsc 1.8 KiB df7e522780cb8e9a181c8ab9c051c03b246087628ea72176163eaec10aed03ab

View changes file

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.