• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Byte/H13-Oct-2021-322185

CN/H13-Oct-2021-252170

EBCDIC/H13-Oct-2021-204148

Encode/H13-Oct-2021-1,6381,248

JP/H13-Oct-2021-273170

KR/H13-Oct-2021-245168

Symbol/H13-Oct-2021-208153

TW/H13-Oct-2021-249165

Unicode/H13-Oct-2021-802473

bin/H13-Oct-2021-2,5041,917

lib/Encode/H13-Oct-2021-4,3982,609

t/H07-May-2022-6,6936,093

ucm/H13-Oct-2021-268,138268,035

AUTHORSH A D11-Nov-20112.5 KiB6766

ChangesH A D13-Oct-2021113.5 KiB3,1382,943

Encode.pmH A D13-Oct-202131.4 KiB977200

Encode.xsH A D13-Oct-202130.2 KiB1,116964

MANIFESTH A D13-Oct-20217.8 KiB226225

META.jsonH A D13-Oct-20214.8 KiB140139

META.ymlH A D13-Oct-20214 KiB113112

Makefile.PLH A D03-May-20228.5 KiB249230

READMEH A D11-Nov-20111.1 KiB5132

encengine.cH A D12-Aug-20184.8 KiB16168

encoding.pmH A D13-Oct-202122.4 KiB728194

README

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