The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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		# optional; 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, 2004 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>.