Path to this page:
Subject: CVS commit: pkgsrc/converters/p5-Unicode-MapUTF8
From: Takahiro Kambe
Date: 2008-06-11 16:17:10
Message id: 20080611141710.1CBB3175D0@cvs.netbsd.org
Log Message:
Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.
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 underlaying 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.
Files: