Encode/Mapper version 1.10        Mapper.pm,v 1.10 2003/08/04 12:07:40
==========================

Encode::Mapper serves for intuitive, yet efficient construction of
mappings for Encode. The module finds direct application in
Encode::Arabic and Encode::Korean, providing an object-oriented
programming interface to convert data consistently, follow the
engine's computation, dump the engine using Data::Dumper etc.


INSTALLATION

To install this module on 'make-aware' systems, type the following:

    perl Makefile.PL
    make
    make test
    make install

With ActiveState Perl, use the Perl Package Manager instead.


DEPENDENCIES

This module requires these other modules and libraries, otherwise
some methods may not be run:

    Encode, Data::Dumper


COPYRIGHT AND LICENCE

Copyright (C) 2003 Otakar Smrz

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
