目录

CI on Perl 5.{36,34} on {Linux,macOS,Windows}

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 perl-unicode@perl.org.

关于

Perl编程语言中用于字符编码转换的模块

3.4 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号