| Line | |
|---|
| 1 | NAME
|
|---|
| 2 | Encode - character encodings
|
|---|
| 3 |
|
|---|
| 4 | SYNOPSIS
|
|---|
| 5 | use Encode;
|
|---|
| 6 |
|
|---|
| 7 | DESCRIPTION
|
|---|
| 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.
|
|---|
| 11 |
|
|---|
| 12 | See "perldoc Encode" for the rest of the story
|
|---|
| 13 |
|
|---|
| 14 | INSTALLATION
|
|---|
| 15 |
|
|---|
| 16 | To install this module, type the following:
|
|---|
| 17 |
|
|---|
| 18 | perl Makefile.PL
|
|---|
| 19 | make
|
|---|
| 20 | make test
|
|---|
| 21 | make install
|
|---|
| 22 |
|
|---|
| 23 | To install scripts under bin/ directories also,
|
|---|
| 24 |
|
|---|
| 25 | perl Makefile.PL MORE_SCRIPTS
|
|---|
| 26 | make && make test && make install
|
|---|
| 27 |
|
|---|
| 28 | By default, only enc2xs and piconv are installed.
|
|---|
| 29 |
|
|---|
| 30 | To install *.ucm files also, say
|
|---|
| 31 |
|
|---|
| 32 | perl Makefile.PL INSTALL_UCM
|
|---|
| 33 | make && make test && make install
|
|---|
| 34 |
|
|---|
| 35 | By default, *.ucm are not installed.
|
|---|
| 36 |
|
|---|
| 37 | DEPENDENCIES
|
|---|
| 38 |
|
|---|
| 39 | This module requires perl5.7.3 or later.
|
|---|
| 40 |
|
|---|
| 41 | MAINTAINER
|
|---|
| 42 |
|
|---|
| 43 | This project was originated by Nick Ing-Simmons and later maintained by
|
|---|
| 44 | Dan Kogai <dankogai@dan.co.jp>. See AUTHORS for the full list of people
|
|---|
| 45 | involved.
|
|---|
| 46 |
|
|---|
| 47 | QUESTIONS?
|
|---|
| 48 |
|
|---|
| 49 | If you have any questions which "perldoc Encode" does not answer, please
|
|---|
| 50 | feel free to ask at perl-unicode@perl.org.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.