Skip to content

mcandre/p5-encode

This branch is 474 commits behind dankogai/p5-encode:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ddf8a7c · Feb 5, 2015
Oct 19, 2014
Oct 19, 2014
Oct 19, 2014
May 31, 2014
Oct 19, 2014
Oct 19, 2014
Oct 19, 2014
Oct 19, 2014
Feb 5, 2015
Feb 5, 2015
Jan 22, 2015
Jan 22, 2015
Aug 14, 2013
Aug 26, 2012
May 31, 2014
Nov 16, 2009
Feb 5, 2015
Feb 5, 2015
Feb 5, 2015
Feb 3, 2015
Nov 18, 2007
Feb 5, 2015
Nov 18, 2007
Feb 5, 2015
Oct 19, 2014
Apr 29, 2013

Repository files navigation

build status

NAME

Encode - character encodings

SYNOPSIS

   use Encode;

COMMAND LINE

   $ encguess README.md
   README.md	US-ASCII

See encguess -h for more options.

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

To install scripts under bin/ directories also,

   perl Makefile.PL MORE_SCRIPTS
   make && make test && make install

By default, only enc2xs and piconv are installed.

To install *.ucm files also, say

   perl Makefile.PL INSTALL_UCM
   make && make test && make install

By default, *.ucm are not installed.

DEPENDENCIES

This module requires perl 5.7.3 or later.

MAINTAINER

This project was originated by Nick Ing-Simmons and later maintained by Dan Kogai <dankogai at dan.co.jp>. See AUTHORS for the full list of people involved.

QUESTIONS?

If you have any questions which perldoc Encode does not answer, please feel free to ask at [email protected].

About

Encode - character encodings (for Perl 5.8 or better)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 91.5%
  • Other 6.4%
  • C 2.1%