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

..03-May-2022-

Jcode/H10-May-2008-14,49214,055

Unicode/H10-May-2008-11,33411,184

t/H03-May-2022-2,5382,358

ChangesH A D10-May-20083 KiB10386

Changes.ver0XH A D10-May-20087.3 KiB202192

Jcode.pmH A D10-May-200822.6 KiB911481

MANIFESTH A D18-Feb-2005696 5049

META.ymlH A D10-May-2008428 1514

Makefile.PLH A D10-May-2008722 3325

READMEH A D10-May-2008711 3321

README

1#
2# $Id: README,v 2.0 2005/05/16 19:08:09 dankogai Exp $
3#
4
5Jcode
6
7    This is a Perl extension interface to convert Japanese text.
8
9Requirements
10
11    You  need perl version 5.005 or better.
12    MIME header support requires MIME::Base64 module.
13    Some extended features require perl 5.8.1 or better
14
15Install
16
17    Do the following via shell.
18
19        perl Makefile.PL
20        make
21        make test
22        make install
23
24    If your perl is 5.8.1 or better, you can simply copy Jcode.pm to
25    anywhere you want, a la jcode.pl.
26
27COPYRIGHT
28
29   Copyright 1999-2005 Dan Kogai <dankogai@dan.co.jp>
30
31   This library is free software; you can redistribute it and/or modify it
32   under the same terms as Perl itself.
33