SYNOPSIS
Lingua::JA::Sort::JIS - compares and sorts strings encoded in UTF-8
# $level : the collation level, 1 to 5. # $class : the kanji class, 1 to 3.
not-OOP:
use Lingua::JA::Sort::JIS qw(jsort) @sorted = jsort(@strings);
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
perl
COPYRIGHT AND LICENSE
SADAHIRO Tomoyuki <SADAHIRO@cpan.org>
Copyright(C) 2001, 2007. SADAHIRO Tomoyuki. Japan. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.