# $File: //member/autrijus/Encode-HanExtra/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 5950 $ $DateTime: 2003/05/18 21:18:13 $

This is the README file for Encode::HanExtra, a supplementary pack
of additional Chinese encodings to Encode.pm.

* Installation

Encode::HanExtra uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make			# or 'nmake' on Win32
make test
make install		# this will run 'enc2xs -C' for you, to update
			# Encode.pm's on-demand loading database

You will need perl 5.7.3 or later, as well as Encode 1.41 or later.

For this module's typical usage and examples, please consult its POD
documentation.

* Copyright

Copyright 2002, 2003 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.