Sorting strings properly is stupidly hard (2018)
1–2 of 2 posts
Re: Sorting strings properly is stupidly hard (2018)
#2Create an in-memory sqlite database, create a table with a single TEXT column with the appropriate collation, stuff the strings in there and read them back out.