Join Slack
Powered by
This code: `list.sortedBy { it.description }` sort...
# announcements
n
nickk
09/14/2018, 3:09 PM
This code:
list.sortedBy { it.description }
sorts the items in an accent-sensitive way. Is there a way to request accent-insensitive sorting?
g
gergo
09/14/2018, 3:10 PM
maybe
https://developer.android.com/reference/kotlin/java/text/Normalizer
👍 1
n
nickk
09/14/2018, 3:14 PM
This seems promising
2
Views
Open in Slack
Previous
Next