- bug fix update to 2.7
- re-format DESCR
This commit is contained in:
parent
604d13fcdf
commit
b19e738307
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:28 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/09/25 18:31:45 jasper Exp $
|
||||
|
||||
COMMENT= handles various Japanese charsets
|
||||
|
||||
DISTNAME= Jcode-2.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
DISTNAME= Jcode-2.07
|
||||
CATEGORIES= converters japanese
|
||||
MODULES= cpan
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Jcode-2.06.tar.gz) = VteHqUy7VX2LIdEJcr79lA==
|
||||
RMD160 (Jcode-2.06.tar.gz) = 9+bx2MDq8FcwOGNn6Wg/Y2DudOo=
|
||||
SHA1 (Jcode-2.06.tar.gz) = CMCFvId2tCuN6heOVve4ILOzkjg=
|
||||
SHA256 (Jcode-2.06.tar.gz) = fY2bTLzeLDA2b7crXcvdNojpQyO2xRDgfBwPCqF3rp8=
|
||||
SIZE (Jcode-2.06.tar.gz) = 350545
|
||||
MD5 (Jcode-2.07.tar.gz) = 9sUiU/9ppEw4qRg8Rp9usA==
|
||||
RMD160 (Jcode-2.07.tar.gz) = J9vTqZK9DrqQgB/MBWGvMs3z+4c=
|
||||
SHA1 (Jcode-2.07.tar.gz) = HQppUjX0bHWfkKDF5M0ZYCe2Pxs=
|
||||
SHA256 (Jcode-2.07.tar.gz) = 7Rzkc+yGkInlIBbPyDVRZevDe+lpS6ToKcfrS6HEX40=
|
||||
SIZE (Jcode-2.07.tar.gz) = 350179
|
||||
|
@ -1,10 +1,9 @@
|
||||
Jcode.pm is a Perl module that handles various Japanese charsets. It has all
|
||||
features available on jcode.pl-2.10 PLUS
|
||||
Jcode.pm is a Perl module that handles various Japanese charsets. It has
|
||||
all features available on jcode.pl-2.10 PLUS
|
||||
|
||||
- Object-oriented approach on Japanese text handling
|
||||
- mime header handling
|
||||
- Unicode feature (UCS2 and UTF8)
|
||||
- Object-oriented approach on Japanese text handling - mime header
|
||||
handling - Unicode feature (UCS2 and UTF8)
|
||||
|
||||
As of Perl 5.8.0, all the Jcode capabilities are available in the standard
|
||||
distribution via the Encode module. As of Jcode 2.0, Jcode now acts as a
|
||||
wrapper to Encode for perl 5.8.1 and better.
|
||||
As of Perl 5.8.0, all the Jcode capabilities are available in the
|
||||
standard distribution via the Encode module. As of Jcode 2.0, Jcode now
|
||||
acts as a wrapper to Encode for perl 5.8.1 and better.
|
||||
|
Loading…
Reference in New Issue
Block a user