Quote:
Originally Posted by Krystian Galaj
or if there could be one order that fits all languages (after filling in all non-Ascii characters).
|
I guess that could be done by changing the non-ASCII characters to their ASCII counterparts, like changing "Ł" to "L". If we gave them some "priority", we could have it sorted with "Ł" going with other "L"'s, but then, since we've converted it from non-ASCII, move it after the last "L". Or even get all the non-ASCII, sort them, then add them to the sorted list of those ASCII-only after the ASCII character counterpart.