831af5fc46
- Update pkg-plist - Add WWW and Authors to pkg-descr PR: ports/98178 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
11 lines
526 B
Text
11 lines
526 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Unicode-MapUTF8
|
|
Author: Benjamin Franz <snowhare@nihongo.org>
|