NAME
SYNOPSIS
DESCRIPTIONConstructor and Tailoring
Methods for Collation
Methods for Searching
Other Methods
EXPORT
INSTALL
CAVEATS
AUTHOR, COPYRIGHT AND LICENSE
SEE ALSO
NAME
Unicode::Collate - Unicode Collation Algorithm
SYNOPSIS
use Unicode::Collate;
#construct
$Collator = Unicode::Collate->new(%tailoring);
#sort
@sorted = $Collator->sort(@not_sorted);
#compare
$result = $Collator->cmp($a, $b); # returns 1, 0, or -1.
Note: Strings in @not_sorted , $a and $b are interpreted a