Does any one know of a method or library for sorting lists of UTF8 strings in Nim?
And ... before someone send me a link to the sort library. I know how to sort things in Nim. :-) And, I know how to do a blind rune codepoint sort of the strings. But that is NOT the same thing as ordering string per the Unicode specifications as being in alphabetical order. See <https://unicode.org/reports/tr10/>. Think `A` `a` `à` `B`... as being the correct means of sorting letters in a spelling dictionary.
