Closed idrougge closed 10 months ago
Diacritic insensitive folding of section index titles would render a sequence such as Å, Ä, Ö as A, A, O.
Å, Ä, Ö
A, A, O
Ideally, UILocalizedIndexedCollation should probably be used here.
UILocalizedIndexedCollation
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Diacritic insensitive folding of section index titles would render a sequence such as
Å, Ä, Ö
asA, A, O
.Ideally,
UILocalizedIndexedCollation
should probably be used here.