ShiftJIS::Collate version 1.00 ================ 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 PODs are provided in my website. Collate.pm http://homepage1.nifty.com/nomenclator/perl/ShiftJIS-Collate.html Collate.pod.jp 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.