libunicode-maputf8-perl 1.11-2 source package in Ubuntu

Changelog

libunicode-maputf8-perl (1.11-2) unstable; urgency=low

  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
  * Set Standards-Version to 3.7.2 (no changes).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Nov 2006 02:45:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Feisty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Feisty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libunicode-maputf8-perl_1.11.orig.tar.gz 16.0 KiB db534d74b18b2464743efc6aada51854e0fde88f875d208a154eddb9f2b50e93
libunicode-maputf8-perl_1.11-2.diff.gz 2.7 KiB c28093ea2831d4bef519bbbfcedf0a473f2301f449b58d2e11bdebaa704cae26
libunicode-maputf8-perl_1.11-2.dsc 947 bytes dedf86e2f6fc16df549a6172721cfac618945542d8ca9f52e478485157840e48

View changes file

Binary packages built by this source

libunicode-maputf8-perl: Perl module for converting between any character sets and UTF8

 This module provides an adapter layer between core routines for
 converting to and from UTF8 and other encodings. In essence, a way
 to give multiple existing Unicode modules a single common interface
 so you don't have to know the underlying implementations to do
 simple UTF8 to-from other character set encoding conversions. As
 such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and
 Jcode modules in a standardized and simple API.
 .
 This also provides general character set conversion operation based
 on UTF8 - it is possible to convert between any two compatible and
 supported character sets via a simple two step chaining of
 conversions.
 .
 As with most things Perlish - if you give it a few big chunks of text
 to chew on instead of lots of small ones it will handle many more
 characters per second.
 .
 By design, it can be easily extended to encompass any new charset
 encoding conversion modules that arrive on the scene.