Comment on ACARS DramaparentComments−lxgr1ySorting lists alphabetically would produce vastly different results by language, for one thing.−wat100001yAlready a thing for some languages. For example, Hawaiian sorts its letters as A, E, I, O, U, H, K, L, M, N, P, W.−jval431yCollation rules already differ by locale or language in many programming languages, libraries, and applications.This is necessary because the order of words or characters is sometimes only sensibly defined if you know the language a text is written in.
Comments
Sorting lists alphabetically would produce vastly different results by language, for one thing.
Already a thing for some languages. For example, Hawaiian sorts its letters as A, E, I, O, U, H, K, L, M, N, P, W.
Collation rules already differ by locale or language in many programming languages, libraries, and applications.
This is necessary because the order of words or characters is sometimes only sensibly defined if you know the language a text is written in.