Convert::CharMap 0.01 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 3K
Developer: Autrijus Tang
0 stars award from rbytes.net

Convert::CharMap is a Perl module that can conversion between Unicode Character Maps.

SYNOPSIS

use Convert::CharMap;
my $map = Convert::CharMap->load(CharMapML => 'test.xml');
$map->save(UCM => 'test.ucm');

This module transforms between unicode character map formats, using an in-memory representation of CharMapML as the intermediate format.

Currently is supports the CharMapML, YAML and UCM (write-only) backends; ENC, Iconv and other maps are also planned.

Requirements:
Perl

Convert::CharMap 0.01 keywords