blob: cc27dd5c650e6cb7145147fbbb8e2e5399062791 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|