ShiftJIS::Collate version 1.02
================

SYNOPSIS

A perl module compares and sorts Shift-JIS strings
using JIS X 4061, "the collation of Japanese character strings".

    use ShiftJIS::Collate;

    $Collator = ShiftJIS::Collate->new();

    @sorted = $Collator->sort(@not_sorted);

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

  Perl 5.003 or later

POD

POD for this module is written in Shift-JIS.
(The explanations are given in English,
but some sample codes include Shift-JIS literals.)
The CPAN Archiver should make it unreadable.

The HTML-ized POD is provided in my website.

  Collate.pod
    http://homepage1.nifty.com/nomenclator/perl/ShiftJIS-Collate.html

The POD translated in Japanese is also provided in my website.

    http://homepage1.nifty.com/nomenclator/perl/ShiftJIS-Collate-j.html

COPYRIGHT AND LICENCE

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

Copyright (C) 2001-2003, SADAHIRO Tomoyuki. Japan. All rights reserved.

