2 Encode - character encodings
8 The "Encode" module provides the interfaces between Perl's
9 strings and the rest of the system. Perl strings are
10 sequences of characters.
12 See "perldoc Encode" for the rest of the story
16 To install this module type the following:
23 To install scripts under bin/ directories also,
25 perl Makefile.PL MORE_SCRIPTS
26 make && make test && make install
28 by default, only enc2xs and piconv are installed.
30 To install *.ucm files also, say
32 perl Makefile.PL INSTALL_UCM
33 make && make test && make install
35 by default, *.ucm are not installed.
39 This module requires perl5.7.3 or later.
43 If you have any questions "perldoc Encode" does not answer, please
44 feel free to ask at perl-unicode@perl.org.