Y
Hacker News
new
|
ask
|
show
|
jobs
by
bmn__
393 days ago
perl -E'Unicode::Collate::Locale->new(locale => 'cs')->sort … … …'
works. Test cases at
https://prirucka.ujc.cas.cz/?action=view&id=900
1 comments
mulmen
393 days ago
I love some perl on Monday morning but how does this work when you don’t know the locale?
link
bmn__
393 days ago
Then a system should fall back to DUCET which produces more or less sensible results across all locales.
link