On Thu May 24 09:55:16 2012, tom christiansen wrote: > This is all certainly true. > > However, it is also something that Perl has no control over. > Do *not* use vendor locales if you want guaranteed behaviour. > > % perl -MUnicode::Collate::Locale -E 'say for > Unicode::Collate::Locale->new(locale => "es")->sort(qw(color > chocolate))' > chocolate > color > > % perl -MUnicode::Collate::Locale -E 'say for > Unicode::Collate::Locale->new(locale => "es__traditional")- > >sort(qw(color chocolate))' > color > chocolate Thank you. I’ve changed it to ‘traditional Spanish’ in commit f87fa3355a. -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=113006