Meta Configuration of Package perl-Unicode-MapUTF8
1
<package name="perl-Unicode-MapUTF8" project="devel:perl">
2
<title>Conversions to and from arbitrary character sets and UTF8</title>
3
<description>Provides an adapter layer between core routines for converting to and from
4
UTF8 and other encodings. In essence, a way to give multiple existing
5
Unicode modules a single common interface so you don't have to know the
6
underlaying implementations to do simple UTF8 to-from other character set
7
encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8,
8
Unicode::Map and Jcode modules in a standardized and simple API.
9
10
This also provides general character set conversion operation based on UTF8
11
- it is possible to convert between any two compatible and supported
12
character sets via a simple two step chaining of conversions.
13
14
As with most things Perlish - if you give it a few big chunks of text to
15
chew on instead of lots of small ones it will handle many more characters
16
per second.
17
18
By design, it can be easily extended to encompass any new charset encoding
19
conversion modules that arrive on the scene.
20
21
This module is intended to provide good Unicode support to versions of Perl
22
prior to 5.8. If you are using Perl 5.8.0 or later, you probably want to be
23
using the Encode module instead. This module does work with Perl 5.8, but
24
Encode is the preferred method in that environment.
25
26
27
Author:
28
-------
29
Benjamin Franz <snowhare@nihongo.org>
30
31
32
</description>
33
<url>http://search.cpan.org/perldoc?Unicode::MapUTF8</url>
34
</package>
35