ShiftJIS::Collate version 0.05
================

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

The documents for this module are 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.

    http://homepage1.nifty.com/nomenclator/perl/ShiftJIS-Collate.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-2002, SADAHIRO Tomoyuki. Japan. All rights reserved.

