Changeset 13791


Ignore:
Timestamp:
2007-01-25T13:22:57+13:00 (17 years ago)
Author:
mdewsnip
Message:

Added a comment about downloading the allkeys.txt file for using Unicode::Collate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/GenericList.pm

    r13741 r13791  
    167167    # Create an instance of the Unicode::Collate object if better Unicode sorting is desired
    168168    if ($self->{'sort_using_unicode_collation'}) {
     169    # To use this you first need to download the allkeys.txt file from
     170        # http://www.unicode.org/Public/UCA/latest/allkeys.txt and put it in the Perl
     171        # Unicode/Collate directory.
    169172    require Unicode::Collate;
    170173    $self->{'unicode_collator'} = Unicode::Collate->new();
Note: See TracChangeset for help on using the changeset viewer.