This code: `list.sortedBy { it.description }` sort...
# announcements
n
This code:
list.sortedBy { it.description }
sorts the items in an accent-sensitive way. Is there a way to request accent-insensitive sorting?
n
This seems promising