1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/converters/p5-Unicode-MapUTF8/pkg-descr
Ying-Chieh Liao 66e9a134c5 add p5-Unicode-MapUTF8 1.09
Perl class that implements conversion between arbitrary charsets

PR:		35406
Submitted by:	Ryan T. Dean <rtdean@cytherianage.net>
2002-06-25 14:09:00 +00:00

12 lines
465 B
Plaintext

Unicode::MapUTF8
----------------
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 string conversions.
As such, it wraps the Unicode::String, Unicode::Map8,
Unicode::Map and Jcode modules in a standardized and simple
API.