Cassandrich

@dalias@hachyderm.io · Joined ⁨Nov⁩ ⁨2022⁩

C librarian, purveyor of the language's eldritch horrors. Poppin' shells 🦪

Replying to @⁨dalias@hachyderm.io⁩

@dysfun I'm still not sure how system integrators will want to do collation in locale data. My leaning would be to strip the language-specific locales down to just have culturally-correct logic for their own language's script as it's used in their language, so they're only a few tens of kB, and then have a few optional "big" files you can install and use for LC_COLLATE if you want a multilingual collation order.

I'm pleased to announce a big step in the #musl locale overhaul project: collation is working!

This is the result of a long project to design data structures and logic that would admit honoring the full Unicode Collation Algorithm rules, including equivalence under normalization, and keep the size of collation weight tables for the entirety of Unicode under control.

Full status announcement on the mailing list: openwall.com/lists/musl/2026/0

www.openwall.com/lists/musl/2026/09/03/4