perl-unicode

Re: Unicode::Collate question

2003-12-02 04:30:04
Eric Cholet wrote in perl.unicode :

So is it just by chance that these French words are accurately sorted?

% perl -Mutf8 -e 'binmode(STDOUT, ":utf8"); print join " ", sort 
qw(côte côté cote coté)'
cote coté côte côté

Until recently, spanish dictionaries used to treat 'll' vowel
as a single letter. They had to adapt... (no, I don't speak
spanish :) I can also think about the german ß that sorts like 'ss'.

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