We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e75ec commit cfc6ee3Copy full SHA for cfc6ee3
app/src/main/kotlin/com/simplemobiletools/notes/pro/helpers/CollatorBasedComparator.kt
@@ -5,7 +5,7 @@ import java.text.Collator
5
/**
6
* Collator-based string comparator
7
*
8
- * Adapted from AlphanumericComparator to support numerical collation.
+ * Adapted from AlphanumericComparator to support numerical collation. It sorts accents properly too.
9
*/
10
class CollatorBasedComparator : Comparator<String> {
11
override fun compare(string1: String, string2: String): Int {
0 commit comments