#
# $Id: README,v 2.0 2005/05/16 19:08:09 dankogai Exp $
#

Jcode

   This is a Perl extension interface to convert Japanese text.

Requirements

   You  need perl version 5.005 or better.
   MIME header support requires MIME::Base64 module.
   Some extended features require perl 5.8.1 or better

Install

   Do the following via shell.

       perl Makefile.PL
       make
       make test
       make install

   If your perl is 5.8.1 or better, you can simply copy Jcode.pm to
   anywhere you want, a la jcode.pl.

COPYRIGHT

  Copyright 1999-2005 Dan Kogai <[email protected]>

  This library is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.