summaryrefslogtreecommitdiff
path: root/ext/Encode/README
blob: 9f923fb67c3ddebb4bca5ffcb41591e468d74681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
NAME
       Encode - character encodings

SYNOPSIS
           use Encode;

DESCRIPTION
       The "Encode" module provides the interfaces between Perl's
       strings and the rest of the system.  Perl strings are
       sequences of characters.

       See "perldoc Encode" for the rest of the story

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires perl5.7.2 or later.

QUESTIONS?

If you have any questions "perldoc Encode" does not answer, please
feel free to ask at perl-unicode@perl.org.