readme

来自「source of perl for linux application,」· 代码 · 共 28 行

TXT
28
字号
This package contains a base64 encoder/decoder and a quoted-printableencoder/decoder.  These encoding methods are specified in RFC 2045 -MIME (Multipurpose Internet Mail Extensions).The base64 encoding is designed to represent arbitrary sequences ofoctets in a form that need not be humanly readable. A 65-charactersubset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to berepresented per printable character.The quoted-printable encoding is intended to represent data thatlargely consists of bytes that correspond to printable characters inthe ASCII character set.  Each non-printable character is represented bya triplet consisting of the character "=" followed by two hexadecimaldigits.In order to install and use this package you will need Perl version5.6 or better.  Installation as usual:   perl Makefile.PL   make   make test   make installCopyright 1995-1999,2001-2004 Gisle Aas <gisle@ActiveState.com>This library is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?