Hacker News new | ask | show | jobs
by pegasuscollins 3111 days ago
> Yeah right, because there is only one lexicographic order in the world.

The specification tells you all strings (keys) must be UTF8. There is only one lexicographic ordering of UTF8 strings (RFC3629, page 2). This should probably be explicitly mentioned in the linked specification though.

1 comments

> There is only one lexicographic ordering of UTF8 strings.

Then why is LC_COLLATE still a thing?

Also, you don't get to second-guess a spec. If it does not specify everything that it needs to, it deserves the "half-baked" label.