Convert::CharMap - Conversion between Unicode Character Maps
This document describes version 0.01 of Convert::CharMap, released January 26, 2003.
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.
Autrijus Tang <autrijus@autrijus.org>
Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.