Allow sorting to ignore diacritical marks.For example:ó, ø, ò, ö, ō, ȯ, ȱ, õ, ȭ, etc. = o
Sorting should already ignore those.The equality is this: ò ó ô ö øAll convert to o.
Really? Last time I tried these were kicked to the end of the alphabet. Can you make sure all these are included:à á â ä å À Á  à Åç Ç ê é ë è Ê Ë É È ï í î ì Í Ì Î Ï ñ Ñ š Š ú ü û ù Ù Ú Ü Û ÿ Ÿ ý Ý ž Ž plus:æ Æ equal = ae and AEœ Œ equal = oe or OEand (this would be great):ß = ssThis letter is very common in German names and should be alphabetized as a "ss"(Of course technically umlauted vowels should be alphabetized "ae" "oe" etc.. but I'm not pushing my luck)
Should all those the be included? æ, ø and å are at the end of the alphabet in the countries using those letters
Really? Last time I tried these were kicked to the end of the alphabet. Can you make sure all these are included:à á â ä å À Á Â Ã Åç Ç ê é ë è Ê Ë É È ï í î ì Í Ì Î Ï ñ Ñ š Š ú ü û ù Ù Ú Ü Û ÿ Ÿ ý Ý ž Ž
Thanks for the list.In the coming builds of MC21:Changed: Added a few more diacriticals to the list of things for ignoring during sorting.There were only a couple on your list that weren't already there, but it's nice to flesh it out completely.
Can you clarify if these are supposed to be sorted as if there were no diacritical, or as one letter after the non-diacritical letter?Example: currently MC20 sortsCeclia BartoliBéla Bartókbut of course it should be the other way around, because k comes before l. The ó is being sorted immediately after o, instead of being sorted *as* o.
Diacriticals should sort the same as non-diacriticals. In other words, ó and o will sort perfectly equivalent.
next build:Changed: Sorting ignores diacriticals instead of sorting them special.
Well, I was wrong. We weren't ignoring the diacritical during sorting.But I think we should, so next build:Changed: Sorting ignores diacriticals instead of sorting them special.