Is there an alphabetic sequence for letters with diacritics? For instance, does [ð] come before or after a and what is the correct sequence for a, á, â, ?, ä.
Sometimes the Noels come before the Noëls and sometimes after.
Isnt there a value assidned to every character in whatever language is being used? Now we have uppercase and lowercase and who knows what else in other languages. Why not use that ASC value, Math, and confuse everyone?
Doesn't help using ASC because Noël comes after Nong when I would expect it to come before.
Gets quite strange when you set LOCALE and sort. If LOCALE=US then underscore comes between Z and a. If LOCALE=GB, underscore comes after z so you will never find the word with an underscore if you do a GB sort and perform a binary search using ASC. I haven't tried setting LOCALE to whatever France or Germany are and attempting a sort with words containing diacritics.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.