extending a comment

This commit is contained in:
tibbi 2023-08-02 16:40:37 +02:00
parent 63e75ec2d8
commit cfc6ee3d04
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import java.text.Collator
/**
* Collator-based string comparator
*
* Adapted from AlphanumericComparator to support numerical collation.
* Adapted from AlphanumericComparator to support numerical collation. It sorts accents properly too.
*/
class CollatorBasedComparator : Comparator<String> {
override fun compare(string1: String, string2: String): Int {