perl-unicode

Re: Unicode Collation Algorithm

2001-08-05 07:23:27
On Sat, Aug 04, 2001 at 11:36:15PM +0900, SADAHIRO Tomoyuki wrote:

Hello, everyone,

Now Sort::UCA is available
  from http://homepage1.nifty.com/nomenclator/perl/indexE.htm

NAME
Sort::UCA - use UCA (Unicode Collation Algorithm)

SYNOPSIS
  use Sort::UCA;
  #construct
  $uca = Sort::UCA->new(%tailoring);
  #sort
  @sorted = $uca->sort(@not_sorted);
  #compare
  $result = $uca->cmp($a, $b); # returns 1, 0, or -1.

SEE ALSO
http://www.unicode.org/unicode/reports/tr10/

I urge all the Unicode Perl people to try this one out and test it
properly.  If it's solid enough, I may be interested in integrating
it into the upcoming 5.8.0.

But this is Alpha version.

Any feature (including module name) may be changed.

Please comment on it.

regards, SADAHIRO Tomoyuki

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

<Prev in Thread] Current Thread [Next in Thread>