Description
Sorts Unicode text according to the Unicode Collation Algorithm from Python. It helps applications order multilingual strings more consistently than simple byte or code-point sorting.
Collation affects search, lists, and user-visible order. Test with the real languages and locales your application supports.