Skip to content(if available)orjump to list(if available)

The macOS LC_COLLATE hunt: Or why does sort order differently on macOS and Linux

asveikau

Sorting is language specific even if you're restricted to languages using Latin characters. Eg. How do you sort N relative to Ñ? How do you treat the Turkish variations on the letter I?

Doing a dumb sort by character or byte values is obviously the wrong call for any diacritics, but the right call may also depend on the language.

skopje

So the ISO way is the right way, right?

loeg

(2020)