perl-unicode

Re: Unicode Collation Algorithm

2001-08-04 07:38:08

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/

But this is Alpha version.

Any feature (including module name) may be changed.

Please comment on it.

regards, SADAHIRO Tomoyuki

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