Skip to content

sorting of contact list #55

Open
donald opened this issue Dec 29, 2019 · 1 comment
Open

sorting of contact list #55

donald opened this issue Dec 29, 2019 · 1 comment

Comments

@donald
Copy link
Member

donald commented Dec 29, 2019

Currently, when the contact list is sorted by family name, but lower-case names ("von ...", "van ...") and ames with Umlaute ("Ö...") are shown after the usual names ("A...", "Z...").

Should we use case-blind compare? Or something special with "von", "van" etc. ?

Should "Ö" be sorted as "Oe" ? Or should the collation sequence depend on the current language setting?

@ballaschk
Copy link
Collaborator

I don't know how this is handled usually (aren't there maybe some norms and best-practices?) but my gut feeling tells me we should treat umlauts ä, ö, ü as letters a, o, u, respectively. The same with ø, é, å or modified consonants like ç, ł or č – we could convert them to some sort of "canonical ASCII". But as I said, I don't know if this acceptable, but this is the behaviour I would expect.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants